H A D | lib_util.c | 65 * [static] widget_max_height(conf); 66 * [static] widget_max_width(struct bsddialog_conf *conf) 71 * [static] widget_min_height(conf, htext, hnotext, bool buttons); 72 * [static] widget_min_width(conf, wtext, minw, buttons); 83 * f1help_dialog(conf); 84 * draw_borders(conf, win, elev); 85 * update_box(conf, win, y, x, h, w, elev); 311 if (d->conf->button.left1_label != NULL) { in set_buttons() 312 d->bs.label[d->bs.nbuttons] = d->conf->button.left1_label; in set_buttons() 317 if (d->conf in set_buttons() 422 widget_max_height(struct bsddialog_conf * conf) widget_max_height() argument 452 widget_max_width(struct bsddialog_conf * conf) widget_max_width() argument 498 text_properties(struct bsddialog_conf * conf,const char * text,struct textproperties * tp) text_properties() argument 593 text_autosize(struct bsddialog_conf * conf,struct textproperties * tp,int maxrows,int mincols,bool increasecols,int * h,int * w) text_autosize() argument 678 text_size(struct bsddialog_conf * conf,int rows,int cols,const char * text,struct buttons * bs,int rowsnotext,int startwtext,int * htext,int * wtext) text_size() argument 733 widget_min_height(struct bsddialog_conf * conf,int htext,int hnotext,bool withbuttons) widget_min_height() argument 758 widget_min_width(struct bsddialog_conf * conf,int wtext,int minwidget,struct buttons * bs) widget_min_width() argument 799 set_widget_size(struct bsddialog_conf * conf,int rows,int cols,int * h,int * w) set_widget_size() argument 829 set_widget_autosize(struct bsddialog_conf * conf,int rows,int cols,int * h,int * w,const char * text,int * rowstext,struct buttons * bs,int hnotext,int minw) set_widget_autosize() argument 881 set_widget_position(struct bsddialog_conf * conf,int * y,int * x,int h,int w) set_widget_position() argument 958 f1help_dialog(struct bsddialog_conf * conf) f1help_dialog() argument 982 draw_borders(struct bsddialog_conf * conf,WINDOW * win,enum elevation elev) draw_borders() argument 1025 update_box(struct bsddialog_conf * conf,WINDOW * win,int y,int x,int h,int w,enum elevation elev) update_box() argument 1180 print_textpad(struct bsddialog_conf * conf,WINDOW * pad,const char * text) print_textpad() argument 1327 prepare_dialog(struct bsddialog_conf * conf,const char * text,int rows,int cols,struct dialog * d) prepare_dialog() argument [all...] |