Searched refs:dlg_button_x_step (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/contrib/dialog/ |
| D | buttons.c | 270 dlg_button_x_step(const char **labels, int limit, int *gap, int *margin, int *step) in dlg_button_x_step() function 310 while (!dlg_button_x_step(labels, width, &gap, &margin, &step)) in dlg_button_layout() 353 dlg_button_x_step(labels, limit, &gap, &margin, &step); in dlg_draw_buttons()
|
| D | dialog.h | 666 extern int dlg_button_x_step(const char ** /*labels*/, int /*limit*/, int * /*gap*/, int * /*margin…
|
| D | CHANGES | 1621 - modify dlg_button_x_step() and dlg_button_layout() slightly to
|