Searched refs:widget_name (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/dialog/ |
H A D | checklist.c | 206 const char *widget_name; in dlg_checklist() local 245 widget_name = "radiolist"; in dlg_checklist() 247 widget_name = "checklist"; in dlg_checklist() 285 dlg_register_window(dialog, widget_name, binding); in dlg_checklist() 286 dlg_register_buttons(dialog, widget_name, buttons); in dlg_checklist()
|
H A D | treeview.c | 211 const char *widget_name; in dlg_treeview() local 249 widget_name = "treeview"; in dlg_treeview() 272 dlg_register_window(dialog, widget_name, binding); in dlg_treeview() 273 dlg_register_buttons(dialog, widget_name, buttons); in dlg_treeview()
|
H A D | buildlist.c | 567 const char *widget_name = "buildlist"; in dlg_buildlist() local 632 dlg_register_window(dialog, widget_name, binding); in dlg_buildlist() 633 dlg_register_buttons(dialog, widget_name, buttons); in dlg_buildlist()
|