Lines Matching refs:gw
206 static void Realize (gw, valueMask, attributes)
207 Widget gw;
214 if (gw->core.width < 1) gw->core.width = 1;
215 if (gw->core.height < 1) gw->core.height = 1;
217 (gw, valueMask, attributes);
221 static void Resize (gw)
222 Widget gw;
224 PortholeWidget pw = (PortholeWidget) gw;
244 static XtGeometryResult QueryGeometry (gw, intended, preferred)
245 Widget gw;
248 PortholeWidget pw = (PortholeWidget) gw;
336 static void ChangeManaged (gw)
337 Widget gw;
339 PortholeWidget pw = (PortholeWidget) gw;
343 if (!XtIsRealized (gw)) {
356 XtMakeGeometryRequest (gw, &geom, &retgeom) == XtGeometryAlmost) {
357 (void) XtMakeGeometryRequest (gw, &retgeom, (XtWidgetGeometry *)NULL);