Home
last modified time | relevance | path

Searched refs:always_active (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/bsddialog/lib/
H A Dtimebox.c178 if (focusbuttons || conf->button.always_active) { in bsddialog_timebox()
197 bs.curr = conf->button.always_active ? 0 : -1; in bsddialog_timebox()
215 bs.curr = conf->button.always_active ? 0 : -1; in bsddialog_timebox()
230 bs.curr = conf->button.always_active ? 0 : -1; in bsddialog_timebox()
396 if (focusbuttons || conf->button.always_active) { in bsddialog_datebox()
415 bs.curr = conf->button.always_active ? 0 : -1; in bsddialog_datebox()
433 bs.curr = conf->button.always_active ? 0 : -1; in bsddialog_datebox()
448 bs.curr = conf->button.always_active ? 0 : -1; in bsddialog_datebox()
H A Dcalendarbox.c353 if (focusbuttons || conf->button.always_active) { in bsddialog_calendar()
370 bs.curr = conf->button.always_active ? in bsddialog_calendar()
390 bs.curr = conf->button.always_active ? in bsddialog_calendar()
407 bs.curr = conf->button.always_active ? in bsddialog_calendar()
426 bs.curr = conf->button.always_active ? 0 : -1; in bsddialog_calendar()
H A Dbsddialog.h114 bool always_active; member
H A Dformbox.c675 redrawbuttons(widget, &bs, conf->button.always_active, false); in bsddialog_form()
696 if (focusinform && conf->button.always_active == false) in bsddialog_form()
868 conf->button.always_active || !focusinform, in bsddialog_form()
913 conf->button.always_active || !focusinform, in bsddialog_form()
/freebsd-14.2/contrib/bsddialog/
H A Dutil_theme.c344 conf->button.always_active = (rand() % 2 == 0) ? true : false; in bikeshed()
H A DCHANGELOG82 * add: conf.button.always_active to disable buttons/input-boxes switch.
H A Dbsddialog.c443 conf->button.always_active = true; in parseargs()
685 conf->button.always_active = false; in parseargs()