Searched defs:intended (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Viewport.c425 XtWidgetGeometry intended; local
432 intended.request_mode = CWBorderWidth;
433 intended.border_width = 0;
438 ComputeWithForceBars(widget, query, &intended,
449 * intended.{width,height} caches the eventual child dimensions,
455 intended.request_mode |= CWWidth;
458 intended.width = clip_width;
460 intended.width = child->core.width;
463 intended.height = clip_height;
465 intended
[all...]
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DViewport.c483 XtWidgetGeometry intended; local
489 intended.request_mode = CWBorderWidth;
490 intended.border_width = 0;
495 ComputeWithForceBars(widget, query, &intended,
506 * intended.{width,height} caches the eventual child dimensions,
512 intended.request_mode |= CWWidth;
515 intended.width = clip_width;
517 intended.width = child->core.width;
520 intended.height = clip_height;
522 intended
[all...]

Completed in 12 milliseconds