Home
last modified time | relevance | path

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

/src/contrib/bsddialog/lib/
H A Dlib_util.h145 set_widget_size(struct bsddialog_conf *conf, int rows, int cols, int *h,
H A Dmessagebox.c58 if (set_widget_size(d->conf, d->rows, d->cols, &d->h, &d->w) != 0) in message_size_position()
H A Dtextbox.c90 if (set_widget_size(d->conf, d->rows, d->cols, &d->h, &d->w) != 0) in textbox_size_position()
H A Dlib_util.c800 set_widget_size(struct bsddialog_conf *conf, int rows, int cols, int *h, int *w) in set_widget_size() function
924 if (set_widget_size(d->conf, d->rows, d->cols, &d->h, &d->w) != 0) in dialog_size_position()
H A Dbarbox.c247 if (set_widget_size(d->conf, d->rows, d->cols, &d->h, &d->w) != 0) in mixedgauge_size_position()
H A Dmenubox.c424 if (set_widget_size(d->conf, d->rows, d->cols, &d->h, &d->w) != 0) in menu_size_position()
H A Dformbox.c567 if (set_widget_size(d->conf, d->rows, d->cols, &d->h, &d->w) != 0) in form_size_position()