Home
last modified time | relevance | path

Searched refs:set_buttons (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/bsddialog/lib/
H A Dlib_util.h124 set_buttons(struct dialog *d, bool shortcut, const char *oklabel,
H A Dmessagebox.c107 set_buttons(&d, true, oklabel, cancellabel); in do_message()
H A Dtimebox.c113 set_buttons(&d, true, OK_LABEL, CANCEL_LABEL); in bsddialog_timebox()
H A Ddatebox.c347 set_buttons(&d, true, OK_LABEL, CANCEL_LABEL); in bsddialog_calendar()
624 set_buttons(&d, true, OK_LABEL, CANCEL_LABEL); in bsddialog_datebox()
H A Dbarbox.c489 set_buttons(&d, true, OK_LABEL, CANCEL_LABEL); in bsddialog_rangebox()
632 set_buttons(&d, true, OK_LABEL, CANCEL_LABEL); in bsddialog_pause()
H A Dtextbox.c148 set_buttons(&d, true, "EXIT", NULL); in bsddialog_textbox()
H A Dslider.c400 set_buttons(&dialog, true, OK_LABEL, CANCEL_LABEL); in bsddialog_slider()
H A Dmenubox.c514 set_buttons(&d, conf->menu.shortcut_buttons, OK_LABEL, CANCEL_LABEL); in do_mixedlist()
H A Dformbox.c687 set_buttons(&d, true, OK_LABEL, CANCEL_LABEL); in bsddialog_form()
H A Dlib_util.c298 set_buttons(struct dialog *d, bool shortcut, const char *oklabel, in set_buttons() function