Home
last modified time | relevance | path

Searched refs:dlg_button_x_step (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/dialog/
H A Dbuttons.c280 dlg_button_x_step(const char **labels, int limit, int *gap, int *margin, int *step) in dlg_button_x_step() function
322 while (!dlg_button_x_step(labels, width, &gap, &margin, &step)) in dlg_button_layout()
363 dlg_button_x_step(labels, limit, &gap, &margin, &step); in dlg_draw_buttons()
H A Ddialog.h582 extern int dlg_button_x_step(const char ** /*labels*/, int /*limit*/, int * /*gap*/, int * /*margin…
H A DCHANGES2247 - modify dlg_button_x_step() and dlg_button_layout() slightly to