- current_item
ITEM* current_item(MENU* menuVar)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- free_item
int free_item(ITEM* item)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- free_menu
int free_menu(MENU* menuVar)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- item_count
int item_count(MENU* menuVar)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- item_description
immutable(char*) item_description(ITEM* item)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- item_index
int item_index(ITEM* item)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- item_init
MENU* item_init(MENU* menuVar)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- item_name
immutable(char*) item_name(ITEM* item)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- item_opts
OPTIONS item_opts(ITEM* item)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- item_opts_off
int item_opts_off(ITEM* item, Item_Options opts)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- item_opts_on
int item_opts_on(ITEM* item, Item_Options opts)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- item_term
MENU* item_term(MENU* menuVar)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- item_userptr
void* item_userptr(ITEM* item)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- item_value
bool item_value(ITEM* item)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- item_visible
bool item_visible(ITEM* item)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- menu_back
chtype menu_back(MENU* menuVar)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- menu_driver
int menu_driver(MENU* menuVar, int c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- menu_fore
chtype menu_fore(MENU* menuVar)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- menu_format
void menu_format(MENU* menuVar, int* rows, int* cols)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- menu_grey
chtype menu_grey(MENU* menuVar)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- menu_init
MENU* menu_init(MENU* menuVar)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- menu_items
ITEM** menu_items(MENU* menuVar)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- menu_mark
immutable(char*) menu_mark(MENU* menuVar)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- menu_opts
OPTIONS menu_opts(MENU* menuVar)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- menu_opts_off
int menu_opts_off(MENU* menuVar, Menu_Options opts)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- menu_opts_on
int menu_opts_on(MENU* menuVar, Menu_Options opts)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- menu_pad
int menu_pad(MENU* menuVar)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- menu_pattern
immutable(char*) menu_pattern(MENU* menuVar)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- menu_request_by_name
int menu_request_by_name(char* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- menu_request_name
immutable(char*) menu_request_name(int request)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- menu_spacing
int menu_spacing(MENU* menuVar, int* spc_description, int* spc_rows, int* spc_columns)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- menu_sub
WINDOW* menu_sub(MENU* menuVar)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- menu_term
MENU* menu_term(MENU* menuVar)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- menu_userptr
void* menu_userptr(MENU* menuVar)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- menu_win
WINDOW* menu_win(MENU* menuVar)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- new_item
ITEM* new_item(char* name, char* description)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- new_menu
MENU* new_menu(ITEM** items)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pos_menu_cursor
int pos_menu_cursor(MENU* menuVar)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- post_menu
int post_menu(MENU* menuVar)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- scale_menu
int scale_menu(MENU* menuVar, int* rows, int* columns)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- set_current_item
int set_current_item(MENU* menuVar, ITEM* item)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- set_item_init
int set_item_init(MENU* menuVar, MENU* func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- set_item_opts
int set_item_opts(ITEM* item, Item_Options opts)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- set_item_term
int set_item_term(MENU* menuVar, MENU* func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- set_item_userptr
int set_item_userptr(ITEM* item, void* userptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- set_item_value
int set_item_value(ITEM* item, bool value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- set_menu_back
int set_menu_back(MENU* menuVar, chtype attr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- set_menu_fore
int set_menu_fore(MENU* menuVar, chtype attr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- set_menu_format
int set_menu_format(MENU* menuVar, int rows, int cols)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- set_menu_grey
int set_menu_grey(MENU* menuVar, chtype attr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- set_menu_init
int set_menu_init(MENU* menuVar, MENU* func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- set_menu_items
int set_menu_items(MENU* menuVar, ITEM** items)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- set_menu_mark
int set_menu_mark(MENU* menuVar, char* mark)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- set_menu_opts
int set_menu_opts(MENU* menuVar, OPTIONS opts)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- set_menu_pad
int set_menu_pad(MENU* menuVar, int pad)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- set_menu_pattern
int set_menu_pattern(MENU* menuVar, char* pattern)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- set_menu_spacing
int set_menu_spacing(MENU* menuVar, int spc_description, int spc_rows, int spc_columns)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- set_menu_sub
int set_menu_sub(MENU* menuVar, WINDOW* sub)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- set_menu_term
int set_menu_term(MENU* menuVar, MENU* func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- set_menu_userptr
int set_menu_userptr(MENU* menuVar, void* userptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- set_menu_win
int set_menu_win(MENU* menuVar, WINDOW* win)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- set_top_row
int set_top_row(MENU* menuVar, int row)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- top_row
int top_row(MENU* menuVar)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- unpost_menu
int unpost_menu(MENU* menuVar)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.