Searched refs:menu_width (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/contrib/dialog/
H A Dmenubox.c44 int menu_width; member in struct:__anon886
73 int my_width = data->menu_width;
174 data->menu_width - data->item_x - 3,
251 for (x_count = 0; x_count < data->menu_width;
266 data->box_x + data->menu_width,
397 all.menu_width = width - 6;
400 all.box_x = (width - all.menu_width) / 2 - 1;
418 menu = dlg_sub_window(dialog, all.menu_height, all.menu_width,
429 all.menu_height + 2, all.menu_width + 2,
449 use_width = (all.menu_width
[all...]

Completed in 34 milliseconds