Home
last modified time | relevance | path

Searched refs:_menu_t (Results 1 – 5 of 5) sorted by relevance

/dports/news/golded+/golded-plus/golded+/goldlib/gcui/
H A Dgwinall.h131 struct _menu_t { struct
132 _menu_t* prev; // pointer to prev menu structure argument
133 _menu_t* next; // pointer to next menu structure argument
134 _menu_t* parent; // pointer to parent menu argument
258 _menu_t* menu; // pointer to head menu record
259 _menu_t* cmenu; // pointer to current menu record
438 inline _menu_t* wmenumcurr () { return gwin.cmenu; } in wmenumcurr()
H A Dgwinmenu.cpp98 static int calc_bar_width(_menu_t *wmenu,_item_t *witem) in calc_bar_width()
151 _menu_t *menu; in mnu_call_func()
377 static void free_menu(_menu_t *wmenu) in free_menu()
510 static _item_t *mouse_on_item(_menu_t *menu,int mcrow,int mccol) in mouse_on_item()
538 _menu_t *wmenu; in pre_exit()
726 _menu_t* wmenu; in wmenubeg()
732 if((wmenu=(_menu_t*)throw_malloc(sizeof(_menu_t)))==NULL) in wmenubeg()
748 gwin.cmenu = (_menu_t*)(gwin.cmenu->item->child = wmenu); in wmenubeg()
1117 gwin.cmenu=(_menu_t*)citem->child; in wmenuget()
1308 static _item_t* search_menu(_menu_t* menu, int tagid) { in search_menu()
[all …]
H A Dgkbdgetm.cpp90 _menu_t* menu = gwin.cmenu; in kbd_call_func()
103 static _item_t* find_hotkey(_menu_t* wmenu, gkey xch) { in find_hotkey()
117 item = find_hotkey((_menu_t*)witem->child, xch); in find_hotkey()
H A Dgwinhlp1.cpp265 _menu_t *curr; in disp_cat()
/dports/news/golded+/golded-plus/golded+/golded3/
H A Dgeutil.cpp649 struct _menu_t* menu; in call_func_geutil()