Home
last modified time | relevance | path

Searched refs:menuRowsBeforeScroll (Results 1 – 4 of 4) sorted by path

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dattr.c1416 if (num_items >= menuRowsBeforeScroll) {
H A Dmainmenu.c118 menuRowsBeforeScroll = 20; in InitMainMenu()
122 menuRowsBeforeScroll = atoi(c_ptr); in InitMainMenu()
123 if (menuRowsBeforeScroll <= 0) { in InitMainMenu()
127 menuRowsBeforeScroll = 20; in InitMainMenu()
H A Dmenu.c84 int menuRowsBeforeScroll=21; variable
1140 menuRowsBeforeScroll, num_items);
1389 if (menu->num_items <= menuRowsBeforeScroll ||
1423 menu->first_index -= menuRowsBeforeScroll;
1426 if (menu->num_items <= menuRowsBeforeScroll ||
1430 menu->first_index += menuRowsBeforeScroll;
1481 menu->first_index -= menuRowsBeforeScroll;
1484 if (menu->num_items <= menuRowsBeforeScroll ||
1489 menu->first_index += menuRowsBeforeScroll;
1517 if (menu->num_items <= menuRowsBeforeScroll ||
[all …]
H A Dmenu.e36 extern int menuRowsBeforeScroll;