Home
last modified time | relevance | path

Searched refs:dlg_next_button (Results 1 – 11 of 11) sorted by relevance

/dragonfly/contrib/dialog/
H A Dyesno.c119 button = dlg_next_button(buttons, button); in dialog_yesno()
H A Dmsgbox.c146 button = dlg_next_button(buttons, button); in dialog_msgbox()
H A Dpause.c214 button = dlg_next_button(buttons, button); in dialog_pause()
H A Dprogressbox.c334 button = dlg_next_button(buttons, button); in pause_for_ok()
H A Dbuttons.c797 dlg_next_button(const char **labels, int button) in dlg_next_button() function
H A Ddialog.h586 extern int dlg_next_button(const char ** /*labels*/, int /*button*/);
H A Dchecklist.c577 button = dlg_next_button(buttons, button); in dlg_checklist()
H A Dtreeview.c540 button = dlg_next_button(buttons, button); in dlg_treeview()
H A Dmenubox.c682 button = dlg_next_button(buttons, button); in dlg_menu()
H A Dtextbox.c864 button = dlg_next_button(obj.buttons, button); in dialog_textbox()
H A Dbuildlist.c934 button = dlg_next_button(buttons, button); in dlg_buildlist()