Lines Matching refs:children
92 for ( (childP) = (pw)->composite.children ; \
93 (childP) < (pw)->composite.children + (pw)->paned.num_panes ; \
97 for ( (childP) = (pw)->composite.children ; \
98 (childP) < (pw)->composite.children + (pw)->composite.num_children ; \
420 childP = pw->composite.children + _index;
445 if ( (childP - pw->composite.children < 0) ||
446 (childP - pw->composite.children >= (long)pw->paned.num_panes) ) {
449 childP = pw->composite.children + _index;
502 * loop through all the children to see if any will allow us
578 * Description: refigures all locations of children.
628 Pane pane = PaneInfo(*(pw->composite.children + paneindex));
915 pw->paned.whichadd = pw->composite.children[PaneIndex(grip)];
917 pw->paned.whichsub = pw->composite.children[PaneIndex(grip) + 1];
1103 * Description: Resorts the children so that all managed children
1252 * Description: Sets the preferred sizes of the children.
1611 /* insert the child widget in the composite children list with the */
1642 /* delete the child widget in the composite children list with the */