- bottom_panel
int bottom_panel(PANEL* pan)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- del_panel
int del_panel(PANEL* pan)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- hide_panel
int hide_panel(PANEL* pan)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- move_panel
int move_panel(PANEL* pan, int starty, int startx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- new_panel
PANEL* new_panel(WINDOW* win)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- panel_above
PANEL* panel_above(PANEL* pan)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- panel_below
PANEL* panel_below(PANEL* pan)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- panel_hidden
int panel_hidden(PANEL* pan)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- panel_userptr
void* panel_userptr(PANEL* pan)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- panel_window
WINDOW* panel_window(PANEL* pan)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- replace_panel
int replace_panel(PANEL* pan, WINDOW* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- set_panel_userptr
int set_panel_userptr(PANEL* pan, void* ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- show_panel
int show_panel(PANEL* pan)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- top_panel
int top_panel(PANEL* pan)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- update_panels
void update_panels()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.