Home
last modified time | relevance | path

Searched refs:max_shortcut_w (Results 1 – 1 of 1) sorted by last modified time

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dmenu.c2422 int i, xoff=0, yoff=0, max_str_w=0, max_shortcut_w=submenu_width, total_w=0; local
2478 if (shortcut_w > max_shortcut_w) max_shortcut_w = shortcut_w;
2484 menu->arrow_start = menu->shortcut_start+max_shortcut_w-submenu_width;
2491 menu_item->bbox.rbx = menu->shortcut_start+max_shortcut_w+menuFontWidth;