Searched refs:children (Results 1 - 25 of 25) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1SimpleMenP.h43 for ( (childP) = (SmeObject *) (smw)->composite.children ; \
44 (childP) < (SmeObject *) ( (smw)->composite.children + \
H A DXaw3_1Form.c252 WidgetList children = fw->composite.children; local
258 for (childP = children; childP - children < num_children; childP++) {
264 for (childP = children; childP - children < num_children; childP++) {
365 WidgetList children = fw->composite.children; local
371 for (childP = children; childP - children < num_childre
483 WidgetList children, childP; local
[all...]
H A DXaw3_1Dialog.c186 WidgetList children = dw->composite.children; local
188 for (childP = children + dw->composite.num_children - 1;
189 childP >= children; childP-- ) {
330 WidgetList children = dw->composite.children; local
332 for (childP = children + dw->composite.num_children - 1;
333 childP >= children; childP-- ) {
H A DXaw3_1Vendor.c167 for (i = w->composite.num_children, childP = w->composite.children;
H A DXaw3_1Box.c164 widget = bbw->composite.children[i];
199 * force extra exposures as children occlude each other.
203 XtMoveWidget(bbw->composite.children[i], (int)lw, (int)h);
235 register Widget *childP = bbw->composite.children;
H A DXaw3_1Paned.c68 for ( (childP) = (pw)->composite.children ; \
69 (childP) < (pw)->composite.children + (pw)->paned.num_panes ; \
73 for ( (childP) = (pw)->composite.children ; \
74 (childP) < (pw)->composite.children + (pw)->composite.num_children ; \
395 childP = pw->composite.children + _index;
418 if ( (childP - pw->composite.children < 0) ||
419 (childP - pw->composite.children >= pw->paned.num_panes) ) {
422 childP = pw->composite.children + _index;
475 * loop through all the children to see if any will allow us
551 * Description: refigures all locations of children
[all...]
H A DXaw3_1SimpleMenu.c839 for (child = smw->composite.children + smw->composite.num_children,
862 * +++ "w" can be the simple menu widget or any of its object children.
H A DXaw3_1Viewport.c305 for (childP=w->composite.children, i=0; i < num_children; childP++, i++) {
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DForm.c257 * Returns: TRUE of children may always be resized.
312 * Description: Moves all the children around.
315 * force_relayout - will force the children to be
318 * Returns: True if the children are allowed to move from their
329 WidgetList children = fw->composite.children; local
334 for (childP = children; childP - children < num_children; childP++) {
340 for (childP = children; childP - children < num_childre
401 WidgetList children = fw->composite.children; local
499 WidgetList children = fw->composite.children; local
740 WidgetList children, childP; local
822 WidgetList children = fw->composite.children; local
[all...]
H A DPorthole.c119 Widget *children; local
124 * managed children.
126 for (i = 0, children = pw->composite.children;
127 i < pw->composite.num_children; i++, children++) {
128 if (XtIsManaged(*children)) return *children;
340 Widget child = find_child (pw); /* ignore extra children */
H A DDialog.c212 WidgetList children = dw->composite.children; local
214 for (childP = children + dw->composite.num_children - 1;
215 childP >= children; childP-- ) {
385 WidgetList children = dw->composite.children; local
387 for (childP = children + dw->composite.num_children - 1;
388 childP >= children; childP-- ) {
H A DTree.c105 * resources that are attached to all children of the tree
239 * If there isn't more room in the children array,
247 pc->tree.children = (WidgetList) XtRealloc ((char *)pc->tree.children,
257 pc->tree.children[nindex] = node;
278 if (pc->tree.children[pos] == node) break;
283 * Decrement the number of children
292 pc->tree.children[i] = pc->tree.children[i+1];
294 pc->tree.children[p
[all...]
H A DTreeP.h82 Widget tree_root; /* hidden root off all children */
98 * structure attached to all children
105 Widget *children; member in struct:_TreeConstraintsPart
H A DVendor.c387 if( XtIsManaged( sw->composite.children[ i ] ) ) {
388 childwid = sw->composite.children[ i ];
454 for (i = w->composite.num_children, childP = w->composite.children;
H A DBox.c180 if ( bbw->composite.children[i]->core.width > w )
181 w = bbw->composite.children[i]->core.width;
192 widget = bbw->composite.children[i];
227 * force extra exposures as children occlude each other.
267 Widget *childP = bbw->composite.children;
H A DPaned.c92 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
[all...]
H A DSimpleMenu.c196 for ( (childP) = (SmeObject *) (smw)->composite.children ; \
197 (childP) < (SmeObject *) ( (smw)->composite.children + \
876 for (child = smw->composite.children + smw->composite.num_children,
899 * +++ "w" can be the simple menu widget or any of its object children.
H A DViewport.c338 for (childP=w->composite.children, i=0; i < num_children; childP++, i++) {
/solaris-x11-s11/open-src/app/xlswins/sun-src/
H A Dxlswins.c249 Window *children = NULL; local
312 if (!XQueryTree (dpy, w, &root, &parent, &children, &nchildren))
320 list_window (dpy, children[n], depth + 1, indent, long_version,
328 if (children) XFree ((char *) children);
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Ddpsclient.c667 DPSContext children = ctxt->chainChild; local
670 if (children != NIL) ctxt->chainChild = NIL;
675 if (children != NIL) ctxt->chainChild = children;
679 if (children != NIL) {
680 /* update any children */
681 ctxt->chainChild = children;
1264 that this context has no children. */
1435 /* Caller guarantees that this context has no children,
2187 DPSContext children local
2206 DPSContext children = ctxt->chainChild; local
2227 DPSContext children = ctxt->chainChild; local
[all...]
/solaris-x11-s11/open-src/app/xmag_multivis/sun-src/
H A Dmultivis.c194 Window root, parent, *children; local
300 /* Find children, back to front */
301 if (XQueryTree(mvDpy, win, &root, &parent, &children, &nchild)) {
309 mvWalkTree(children[n], px+xwa.x+xwa.border_width,
314 mvWalkTree(children[n], px+xwa.x+xwa.border_width,
319 /* free children */
321 XFree((caddr_t)children);
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DColorSB.c1441 static void MapChildren(Widget *children, int n) argument
1443 XtManageChildren(children, n);
1446 static void UnmapChildren(Widget *children, int n) argument
1448 XtUnmanageChildren(children, n);
1482 Widget children[6]; local
1500 children[j++] = csb->csb.label_child[i];
1501 children[j++] = csb->csb.slider_child[i];
1502 children[j++] = csb->csb.value_child[i];
1505 MapChildren(children, 6);
1507 children[
1541 Widget children[9]; local
1592 Widget children[6]; local
1642 Widget children[9]; local
[all...]
H A DFontSample.c753 (((CompositeWidget) widget)->composite.children[0]);
896 Widget *children; local
902 XtVaGetValues(s->sampler.size_menu, XtNchildren, &children,
906 for (j = 1; (Cardinal)j < num_children; j++) XtDestroyWidget(children[j]);
910 sizes[0] = children[0];
1717 w->core.width = s->composite.children[0]->core.width;
1718 w->core.height = s->composite.children[0]->core.height;
H A DFontCreato.c1053 Widget *children; local
1059 XtVaGetValues(fc->creator.size_menu, XtNchildren, &children,
1063 for (j = 1; (Cardinal)j < num_children; j++) XtDestroyWidget(children[j]);
1067 sizes[0] = children[0];
1608 w->core.width = fc->composite.children[0]->core.width;
1609 w->core.height = fc->composite.children[0]->core.height;
H A DFontSB.c3065 Widget *children; local
3071 XtVaGetValues(fsb->fsb.size_menu, XtNchildren, &children,
3075 for (j = 1; (Cardinal)j < num_children; j++) XtDestroyWidget(children[j]);
3078 sizes[0] = children[0];
3937 w->core.width = fsb->composite.children[0]->core.width;
3938 w->core.height = fsb->composite.children[0]->core.height;

Completed in 85 milliseconds