Lines Matching refs:child
580 * paneindex - child to start refiguring at.
581 * dir - direction to move from child.
590 * last child.
1129 Widget child = *unmanagedP;
1131 *childP = child;
1180 * Arguments: child - the child that wants a grip to be created for it.
1185 CreateGrip(child)
1186 Widget child;
1188 PanedWidget pw = (PanedWidget) XtParent(child);
1203 PaneInfo(child)->grip = XtCreateWidget("grip", gripWidgetClass, (Widget)pw,
1206 XtAddCallback(PaneInfo(child)->grip, XtNcallback,
1207 HandleGrip, (XtPointer) child);
1464 * o The child did not ask to change the on_size.
1611 /* insert the child widget in the composite children list with the */
1642 /* delete the child widget in the composite children list with the */
1837 * Arguments: widget - the widget that is a child of the Paned widget.
1860 * Arguments: widget - the widget that is a child of the Paned widget.
1925 * widget will allow geometry requests from this child
1926 * Arguments: widget - a child of the paned widget.