Specifications
Athena Widget Set libXaw 1.0.7
lowerCursor
upperCursor The cursor used to indicate which is the important pane to resize when
the Paned widget is oriented vertically.
mappedWhenManaged If this resource is True,then the widget’swindowwill automatically be
mapped by the Toolkit when it is realized and managed.
numChildren The number of children in this composite widget. This is not the same as
the number of panes, since this also contains a grip for some of the
panes, use XawPanedGetNumSub to retrieve the number of panes.
orientation The orientation to stack the panes. This value can be either XtorientVer-
tical or XtorientHorizontal.Aconverter is registered for this resource
that will convert the following strings: vertical and horizontal.
refigureMode This resource allows pane layout to be suspended. If this value is False,
then no layout actions will be taken. This may improve efficiencywhen
adding or removing more than one pane from the Paned widget.
screen The screen on which this widget is displayed. This is not a settable
resource.
sensitive Whether or not the toolkit should pass user events to this widget. The
widget will not get input events if either ancestorSensitive or sensitive is
False.
translations The ev e nt bindings associated with this widget.
x
yThe location of the upper left outside corner of this widget in its parent.
6.4.3. Constraint Resources
Each child of the Paned widget may request special layout resources be applied to it. These con-
straint resources allowthe Paned widget’schildren to specify individual layout requirements.
Name Class Type Notes Default Value
allowResize Boolean Boolean False
max Max Dimension Infinity
min Min Dimension Height of Grips
preferredPaneSize PreferredPaneSize Dimension ask child
resizeToPreferred Boolean Boolean False
showGrip ShowGrip Boolean True
skipAdjust Boolean Boolean False
allowResize If this value is False the the Paned widget will disallowall geometry
requests from this child.
max
min The absolute maximum or minimum size for this pane. These values will
neverbeoverridden by the Paned widget. This may cause some panes to
be pushed offthe bottom (or right) edge of the paned widget.
preferredPaneSize Normally the paned widget makes a QueryGeometry call on a child to
determine the preferred size of the child’spane. There are times when
the application programmer or the user has a better idea of the preferred
size of a pane. Setting this resource causes the value passed to be inter-
preted as the preferred size, in pixels, of this pane.
resizeToPreferred Determines whether or not to resize each pane to its preferred size when
the Paned widget is resized. See Layout Semantics for details.
121