Home
last modified time | relevance | path

Searched refs:subwindow (Results 1 – 6 of 6) sorted by relevance

/third_party/alsa-utils/alsamixer/
Dwidget.c67 if (widget->subwindow) in widget_init()
68 delwin(widget->subwindow); in widget_init()
69 widget->subwindow = derwin(widget->window, in widget_init()
71 if (!widget->subwindow) in widget_init()
73 wbkgdset(widget->subwindow, bkgd); in widget_init()
98 if (widget->subwindow) { in widget_free()
99 delwin(widget->subwindow); in widget_free()
100 widget->subwindow = NULL; in widget_free()
Dwidget.h14 WINDOW *subwindow; /* optional: contents without border */ member
Dmenu_widget.c90 set_menu_sub(menu, widget->subwindow); in menu_widget_create()
Ddevice_name.c131 set_form_sub(form, form_widget.subwindow); in create()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
DFBConfigCompatibility.md73 thrown by the X server when creating the subwindow for rendering. This was because
74 we didn't set the border pixel of the subwindow *shake fist at X11* (see this [StackOverflow questi…
/third_party/python/Doc/library/
Dcurses.rst731 Writing outside the window, subwindow, or pad raises a :exc:`curses.error`.
732 Attempting to write to the lower right corner of a window, subwindow,
752 * Writing outside the window, subwindow, or pad raises :exc:`curses.error`.
753 Attempting to write to the lower right corner of a window, subwindow,
925 The encoding attribute is inherited from the parent window when a subwindow