Home
last modified time | relevance | path

Searched refs:hide_widget (Results 1 – 9 of 9) sorted by relevance

/freebsd-14-stable/contrib/bsddialog/lib/
HDlib_util.h91 int hide_widget(int y, int x, int h, int w, bool withshadow);
HDtimebox.c252 hide_widget(y, x, h, w, conf->shadow); in bsddialog_timebox()
487 hide_widget(y, x, h, w, conf->shadow); in bsddialog_datebox()
HDmessagebox.c197 hide_widget(y, x, h, w, conf->shadow); in do_message()
HDtextbox.c243 hide_widget(y, x, h, w, conf->shadow); in bsddialog_textbox()
HDbarbox.c561 hide_widget(y, x, h, w, conf->shadow); in bsddialog_rangebox()
706 hide_widget(y, x, h, w, conf->shadow); in bsddialog_pause()
HDcalendarbox.c469 hide_widget(y, x, h, w, conf->shadow); in bsddialog_calendar()
HDlib_util.c147 int hide_widget(int y, int x, int h, int w, bool withshadow) in hide_widget() function
1198 hide_widget(y, x, h, w, conf->shadow); in end_dialog()
HDmenubox.c612 hide_widget(y, x, h, w, conf->shadow); in do_mixedlist()
HDformbox.c817 hide_widget(y, x, h, w, conf->shadow); in bsddialog_form()