HomeSort by: relevance | last modified time | path
    Searched refs:XtScreen (Results 1 - 25 of 54) sorted by relevancy

1 2 3

  /xsrc/external/mit/xsm/dist/
popup.c 128 WidthOfScreen (XtScreen (topLevel)))
130 popup_x = WidthOfScreen (XtScreen (topLevel)) -
137 HeightOfScreen (XtScreen (topLevel)))
139 popup_y = HeightOfScreen (XtScreen (topLevel)) -
choose.c 293 x = (Position)(WidthOfScreen (XtScreen (topLevel)) - width) / 2;
294 y = (Position)(HeightOfScreen (XtScreen (topLevel)) - height) / 3;
  /xsrc/external/mit/xeyes/dist/
xeyes.c 158 XtScreen(toplevel)->root,
163 XtScreen(toplevel)->root,
  /xsrc/external/mit/oclock/dist/
oclock.c 150 XtScreen(toplevel)->root,
156 XtScreen(toplevel)->root,
  /xsrc/external/mit/xmessage/dist/
xmessage.c 242 max_x = WidthOfScreen(XtScreen(shell));
243 max_y = HeightOfScreen(XtScreen(shell));
287 WidthOfScreen(XtScreen(shell))/2,
288 HeightOfScreen(XtScreen(shell))/2);
makeform.c 271 max_width = .7 * WidthOfScreen(XtScreen(text));
273 max_height = .7 * HeightOfScreen(XtScreen(text));
  /xsrc/external/mit/libXaw/dist/src/
MenuButton.c 247 int scr_height = HeightOfScreen(XtScreen(menu));
254 if (menu_x + menu_width > WidthOfScreen(XtScreen(menu)))
262 int scr_width = WidthOfScreen(XtScreen(menu));
Simple.c 325 XmuCreateStippledPixmap(XtScreen(w),
350 pixmap = XawPixmapFromXPixmap(w->core.background_pixmap, XtScreen(w),
439 XtScreen(s_old), s_old->core.colormap,
442 XtScreen(s_new), s_new->core.colormap,
492 XmuCreateStippledPixmap(XtScreen(w),
Tip.c 304 XtWindow(w) = XCreateWindow(DisplayOfScreen(XtScreen(w)),
305 RootWindowOfScreen(XtScreen(w)),
310 DefaultDepthOfScreen(XtScreen(w)),
479 int scr_width = WidthOfScreen(XtScreen(info->tip));
487 int scr_height = HeightOfScreen(XtScreen(info->tip));
507 info->screen = XtScreen(w);
SimpleMenu.c 530 pixmap = XawPixmapFromXPixmap(w->core.background_pixmap, XtScreen(w),
627 XtScreen(smw_old), smw_old->core.colormap,
630 XtScreen(smw_new), smw_new->core.colormap,
1401 int scr_width = WidthOfScreen(XtScreen(w));
1410 int scr_height = HeightOfScreen(XtScreen(w));
1560 if (x_root == WidthOfScreen(XtScreen(w)) - 1 &&
1574 move = WidthOfScreen(XtScreen(w)) -
1580 move = WidthOfScreen(XtScreen(w)) -
1635 max_dim = HeightOfScreen(XtScreen(w));
1781 int scr_width = WidthOfScreen(XtScreen(menu))
    [all...]
Box.c 630 pixmap = XawPixmapFromXPixmap(w->core.background_pixmap, XtScreen(w),
652 XtScreen(b_old), b_old->core.colormap,
655 XtScreen(b_new), b_new->core.colormap,
  /xsrc/external/mit/xload/dist/
xload.c 250 found = XrmGetResource (XtScreenDatabase(XtScreen(toplevel)),
278 XtScreen(toplevel)->root,
  /xsrc/external/mit/xclock/dist/
xclock.c 223 XtScreen(toplevel)->root,
232 XtScreen(toplevel)->root,
  /xsrc/external/mit/xmh/dist/
init.c 477 rootwidth = WidthOfScreen(XtScreen(toplevel));
478 rootheight = HeightOfScreen(XtScreen(toplevel));
517 RootWindowOfScreen( XtScreen(toplevel)),
popup.c 188 if ((int)(root_x + width + border) > WidthOfScreen(XtScreen(toplevel))) {
189 root_x = WidthOfScreen(XtScreen(toplevel)) - width - border;
191 if ((int)(root_y + height + border) > HeightOfScreen(XtScreen(toplevel))) {
192 root_y = HeightOfScreen(XtScreen(toplevel)) - height - border;
  /xsrc/external/mit/libXt/dist/src/
Popup.c 165 XScreenNumberOfScreen(XtScreen(widget)));
GCManager.c 212 screen = XtScreen(widget);
  /xsrc/external/mit/xcalc/dist/
xcalc.c 161 if (appResources.stipple || (CellsOfScreen(XtScreen(toplevel)) <= 2))
163 Screen *screen = XtScreen(toplevel);
  /xsrc/external/mit/libXpm/dist/sxpm/
sxpm.c 108 #define root XRootWindowOfScreen(XtScreen(topw))
184 colormap = XDefaultColormapOfScreen(XtScreen(topw));
249 bpix = XBlackPixelOfScreen(XtScreen(topw));
  /xsrc/external/mit/xman/dist/
buttons.c 81 XtScreen(initial_widget)->root,
235 XCreateBitmapFromData(XtDisplay(mytop), XtScreen(mytop)->root,
240 XCreateBitmapFromData(XtDisplay(mytop), XtScreen(mytop)->root,
  /xsrc/external/mit/editres/dist/
widgets.c 485 Dimension max_width = WidthOfScreen(XtScreen(node->widget)) - 20;
486 Dimension max_height = HeightOfScreen(XtScreen(node->widget)) - 40;
967 max_loc = WidthOfScreen(XtScreen(shell)) - (Position) (width + 2 * bw);
973 max_loc = HeightOfScreen(XtScreen(shell)) - (Position) (height + 2 * bw);
utils.c 415 if ( x > (max_x = (int) (XtScreen(w)->width - width)) )
421 if ( y > (max_y = (int) (XtScreen(w)->height - height)) )
  /xsrc/external/mit/libXt/dist/include/X11/
IntrinsicP.h 208 #define XtScreen(widget) ((widget)->core.screen)
  /xsrc/external/mit/xditview/dist/
xditview.c 206 XtScreen(toplevel)->root,
212 XtScreen(toplevel)->root,
  /xsrc/external/mit/xedit/dist/
options.c 399 if (x > (max_x = (Position)(XtScreen(columns_shell)->width - width)))
405 if (y > (max_y = (Position)(XtScreen(columns_shell)->height - height)))

Completed in 20 milliseconds

1 2 3