Searched defs:scr_width (Results 1 - 4 of 4) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DMenuButton.c208 int scr_width = WidthOfScreen(XtScreen(menu)); local
209 if (menu_x + menu_width > scr_width)
210 menu_x = scr_width - menu_width;
H A DSimpleMenu.c1088 int scr_width = WidthOfScreen(XtScreen(w)); local
1089 if (x + width > scr_width)
1090 x = scr_width - width;
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1MenuButton.c213 int scr_width = WidthOfScreen(XtScreen(menu)); local
214 if (menu_x + menu_width > scr_width)
215 menu_x = scr_width - menu_width;
H A DXaw3_1SimpleMenu.c1054 int scr_width = WidthOfScreen(XtScreen(w)); local
1055 if (x + width > scr_width)
1056 x = scr_width - width;

Completed in 73 milliseconds