Home
last modified time | relevance | path

Searched refs:MENU_XOFFSET (Results 1 – 2 of 2) sorted by relevance

/dports/x11-toolkits/p5-Prima/Prima-1.63/unix/
H A Dapc_menu.c566 r += MENU_XOFFSET * 2 + ix-> width; in menu_point2item()
655 ret. x = MENU_XOFFSET * 2 + ix-> width; in menu_item_size()
945 x + MENU_XOFFSET/2; in DECL_DRAW()
1010 int ax = x + MENU_XOFFSET / 2; in DECL_DRAW()
1031 x1 = x + MENU_XOFFSET / 2 + 1, in DECL_DRAW()
1176 x += MENU_XOFFSET; in DECL_DRAW()
1354 x += ix-> width + 2 * MENU_XOFFSET; in handle_menu_expose()
1379 x += ix-> width + MENU_XOFFSET; in handle_menu_expose()
1388 x += MENU_XOFFSET; in handle_menu_expose()
1437 dx += MENU_XOFFSET * 2 + ix-> width; in handle_menu_configure()
[all …]
/dports/x11-toolkits/p5-Prima/Prima-1.63/include/unix/
H A Dguts.h937 #define MENU_XOFFSET 5 macro