Home
last modified time | relevance | path

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

/dragonfly/contrib/dialog/
HDbuttons.c567 if (dialog_vars.help_button) in dlg_exit_label()
624 if (dialog_vars.help_button) in dlg_ok_label()
646 if (dialog_vars.help_button) in dlg_ok_labels()
667 } else if (dialog_vars.help_button && (button == n)) { in dlg_ok_buttoncode()
763 if (dialog_vars.help_button) in dlg_yes_labels()
786 } else if (button == 2 && dialog_vars.help_button) { in dlg_yes_buttoncode()
HDhelp.c43 dialog_vars.help_button = FALSE; in dialog_helpfile()
HDdlg_keys.c356 if (dialog_vars.help_button) { in dlg_result_key()
413 if (dialog_vars.help_button) { in dlg_button_key()
HDdialog.h374 bool help_button; /* option "--help-button" */ member
HDdialog.c287 { "help-button", svT(help_button), 1, "" },