Searched refs:dlg_button_layout (Results 1 – 20 of 20) sorted by relevance
| /freebsd-12.1/contrib/dialog/ |
| H A D | tailbox.c | 347 dlg_button_layout(buttons, &min_width); in dialog_tailbox() 392 dlg_button_layout(buttons, &min_width); in dialog_tailbox()
|
| H A D | yesno.c | 65 dlg_button_layout(buttons, &min_width); in dialog_yesno()
|
| H A D | msgbox.c | 74 dlg_button_layout(buttons, &min_width); in dialog_msgbox()
|
| H A D | pause.c | 99 dlg_button_layout(buttons, &width); in dialog_pause()
|
| H A D | inputbox.c | 108 dlg_button_layout(buttons, &width); in dialog_inputbox()
|
| H A D | timebox.c | 207 dlg_button_layout(buttons, &width); in dialog_timebox()
|
| H A D | rangebox.c | 242 dlg_button_layout(buttons, &width); in dialog_rangebox()
|
| H A D | buttons.c | 304 dlg_button_layout(const char **labels, int *limit) in dlg_button_layout() function
|
| H A D | treeview.c | 262 dlg_button_layout(buttons, &width); in dlg_treeview()
|
| H A D | editbox.c | 374 dlg_button_layout(buttons, &mincols); in dlg_editbox()
|
| H A D | calendar.c | 482 dlg_button_layout(buttons, &mincols); in dialog_calendar()
|
| H A D | checklist.c | 252 dlg_button_layout(buttons, &width); in dlg_checklist()
|
| H A D | dialog.h | 676 extern void dlg_button_layout(const char ** /*labels*/, int * /*limit*/);
|
| H A D | menubox.c | 375 dlg_button_layout(buttons, &width); in dlg_menu()
|
| H A D | textbox.c | 734 dlg_button_layout(obj.buttons, &min_width); in dialog_textbox()
|
| H A D | fselect.c | 610 dlg_button_layout(buttons, &min_wide); in dlg_fselect()
|
| H A D | formbox.c | 515 dlg_button_layout(buttons, &min_width); in dlg_form()
|
| H A D | buildlist.c | 517 dlg_button_layout(buttons, &width); in dlg_buildlist()
|
| H A D | CHANGES | 433 + fix an infinite loop in dlg_button_layout() if there are no buttons 464 dlg_button_layout(), which broke that widget. 483 + consistently use dlg_button_layout() when autosizing widgets (report 1621 - modify dlg_button_x_step() and dlg_button_layout() slightly to
|
| /freebsd-12.1/usr.sbin/bsdinstall/partedit/ |
| H A D | diskeditor.c | 124 dlg_button_layout(buttons, &min_width); in diskeditor_show()
|