Home
last modified time | relevance | path

Searched refs:dlg_default_button (Results 1 – 19 of 19) sorted by relevance

/dragonfly/contrib/dialog/
HDyesno.c48 int button = dlg_default_button(); in dialog_yesno()
HDmsgbox.c72 button = dlg_default_button(); in dialog_msgbox()
HDpause.c69 int button = dlg_default_button(); in dialog_pause()
HDinputbox.c111 state = dialog_vars.default_button >= 0 ? dlg_default_button() : sTEXT; in dialog_inputbox()
HDrangebox.c203 int state = dlg_default_button(); in dialog_rangebox()
HDtimebox.c182 int state = dlg_default_button(); in dialog_timebox()
HDprogressbox.c296 button = dlg_default_button(); in pause_for_ok()
HDbuttons.c731 dlg_default_button(void) in dlg_default_button() function
HDdialog.h681 extern int dlg_default_button(void);
HDeditbox.c389 state = dialog_vars.default_button >= 0 ? dlg_default_button() : sTEXT; in dlg_editbox()
HDchecklist.c198 int button = dialog_state.visit_items ? -1 : dlg_default_button(); in dlg_checklist()
HDtreeview.c203 int button = dialog_state.visit_items ? -1 : dlg_default_button(); in dlg_treeview()
HDmenubox.c362 int button = dialog_state.visit_items ? -1 : dlg_default_button(); in dlg_menu()
HDfselect.c589 int state = dialog_vars.default_button >= 0 ? dlg_default_button() : sTEXT; in dlg_fselect()
HDcalendar.c716 int state = dlg_default_button(); in dialog_calendar()
HDtextbox.c727 int button = dlg_default_button(); in dialog_textbox()
HDformbox.c501 ? dlg_default_button() in dlg_form()
HDbuildlist.c593 : dlg_default_button()); in dlg_buildlist()
HDCHANGES739 dlg_default_button() to retrieve the value set by the option