|
C-Menu 0.2.9
A User Interface Toolkit
|
Non-portable escape hatch for the NCurses backend. More...
Go to the source code of this file.
Functions | |
| PANEL * | ui_ncurses_surface_get_panel (const UiSurface *s, uint w) |
Return the raw NCurses PANEL* underlying a surface. | |
| WINDOW * | ui_ncurses_surface_get_win (const UiSurface *s, uint w) |
Return the raw NCurses WINDOW* underlying a surface. | |
Non-portable escape hatch for the NCurses backend.
Definition in file ui_ncurses_compat.h.
| PANEL * ui_ncurses_surface_get_panel | ( | const UiSurface * | s, |
| uint | w ) |
Return the raw NCurses PANEL* underlying a surface.
s is NULL. Definition at line 833 of file ui_ncurses.c.
| WINDOW * ui_ncurses_surface_get_win | ( | const UiSurface * | s, |
| uint | w ) |
Return the raw NCurses WINDOW* underlying a surface.
| s | The UiSurface to inspect. |
s is NULL. Definition at line 827 of file ui_ncurses.c.