Searched refs:subwindow (Results 1 – 6 of 6) sorted by relevance
/third_party/alsa-utils/alsamixer/ |
D | widget.c | 67 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()
|
D | widget.h | 14 WINDOW *subwindow; /* optional: contents without border */ member
|
D | menu_widget.c | 90 set_menu_sub(menu, widget->subwindow); in menu_widget_create()
|
D | device_name.c | 131 set_form_sub(form, form_widget.subwindow); in create()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/ |
D | FBConfigCompatibility.md | 73 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/ |
D | curses.rst | 731 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
|