Lines Matching defs:child
553 * index - child to start refiguring at.
554 * dir - direction to move from child.
563 * last child.
1101 Widget child = *unmanagedP;
1103 *childP = child;
1152 * Arguments: child - the child that wants a grip to be created for it.
1157 CreateGrip(child)
1158 Widget child;
1160 PanedWidget pw = (PanedWidget) XtParent(child);
1175 PaneInfo(child)->grip = XtCreateWidget("grip", gripWidgetClass, (Widget)pw,
1178 XtAddCallback(PaneInfo(child)->grip, XtNcallback,
1179 (XtCallbackProc)HandleGrip, (caddr_t) child);
1436 * o The child did not ask to change the on_size.
1578 /* insert the child widget in the composite children list with the */
1609 /* delete the child widget in the composite children list with the */
1799 * Arguments: widget - the widget that is a child of the Paned widget.
1818 * Arguments: widget - the widget that is a child of the Paned widget.
1866 * widget will allow geometry requests from this child
1867 * Arguments: widget - a child of the paned widget.