Searched defs:geometry (Results 1 - 3 of 3) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Viewport.c833 XtWidgetGeometry geometry; local
839 geometry.request_mode = CWWidth | CWHeight;
840 geometry.width = width;
841 geometry.height = height;
845 geometry.width = w->core.width;
847 geometry.height = w->core.height;
852 geometry.width = w->core.width;
854 if (w->core.height != 0) geometry.height = w->core.height;
856 if ((result = XtMakeGeometryRequest(w, &geometry, &geometry))
[all...]
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DViewport.c977 XtWidgetGeometry geometry, return_geom; local
983 geometry.request_mode = CWWidth | CWHeight;
984 geometry.width = width;
985 geometry.height = height;
989 geometry.width = w->core.width;
991 geometry.height = w->core.height;
996 geometry.width = w->core.width;
998 if (w->core.height != 0) geometry.height = w->core.height;
1001 result = XtMakeGeometryRequest(w, &geometry, &return_geom);
/solaris-x11-s11/open-src/app/xmag_multivis/sun-src/
H A Dxmag_multivis.c146 " -geometry geomstring size and location of enlargement",
174 char *geometry = NULL; /* size and location of enlarged */ local
193 case 'g': /* -geometry geomstring */
195 geometry = argv[i];
269 if (!geometry) geometry = XGetDefault (dpy, ProgramName, "geometry");
270 if (!geometry) geometry = XGetDefault (dpy, ProgramName, "Geometry");
342 magnify (geometry, source_geometr
[all...]

Completed in 40 milliseconds