Searched defs:child (Results 1 - 17 of 17) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DPorthole.c56 static XtGeometryResult GeometryManager(); /* deal with child requests */
123 * Find the managed child on which we should operate. Ignore multiple
138 Widget child = find_child (pw); local
140 if (pw->porthole.report_callbacks && child) {
144 prep.slider_x = -child->core.x; /* porthole is "inner" */
145 prep.slider_y = -child->core.y; /* child is outer since it is larger */
148 prep.canvas_width = child->core.width;
149 prep.canvas_height = child->core.height;
156 static void layout_child (pw, child, geom
225 Widget child = find_child (pw); local
249 Widget child = find_child (pw); local
277 Widget child = find_child (pw); local
340 Widget child = find_child (pw); /* ignore extra children */ local
[all...]
H A DViewportP.h82 Widget clip, child; /* The clipping and (scrolled) child widgets */ member in struct:_ViewportPart
98 Boolean reparented; /* True if child has been re-parented */
H A DForm.c451 "constraint loop detected while laying out child '%s' in FormWidget '%s'",
562 /* If GeometryManager is invoked during a SetValues call on a child
584 /* If GeometryManager is invoked during a SetValues call on a child
614 * Reset the size of this child back to what it used to be.
742 Widget child; local
750 child = *childP;
751 if (XtIsManaged(child)) {
752 form = (FormConstraints)child->core.constraints;
762 if ( child->core.width != 1)
763 form->form.virtual_width = (int) child
[all...]
H A DTree.c578 * If the Tree widget is visible, visit each managed child.
586 Widget child = tw->composite.children[i]; local
587 TreeConstraints tc = TREE_CONSTRAINT(child);
592 if (child != tw->tree.tree_root && tc->tree.n_children) {
593 int srcx = child->core.x + child->core.border_width;
594 int srcy = child->core.y + child->core.border_width;
598 srcx += child->core.width + child
740 Widget child = tc->tree.children[i]; local
826 Widget child = NULL; local
[all...]
H A DViewport.c219 w->viewport.child = (Widget) NULL;
288 Widget child = w->viewport.child; local
297 if (child != (Widget)NULL) {
298 XtMoveWidget( child, (Position)0, (Position)0 );
300 XtRealizeWidget( child );
301 XReparentWindow( XtDisplay(w), XtWindow(child), XtWindow(clip),
303 XtMapWidget( child );
334 Widget child, *childP; local
337 child
409 Widget child = w->viewport.child; local
430 Widget child = w->viewport.child; local
450 Widget child = w->viewport.child; local
477 Widget child = w->viewport.child; local
682 Widget child = w->viewport.child; local
773 Widget child = w->viewport.child; local
792 Widget child = w->viewport.child; local
1035 Widget child = w->viewport.child; local
1070 Widget child = w->viewport.child; local
[all...]
H A DSimpleMenu.c576 * Description: called whenever a new child is managed.
844 * Creates the label object and makes sure it is the first child in
853 Widget * child, * next_child; local
876 for (child = smw->composite.children + smw->composite.num_children,
877 i = smw->composite.num_children ; i > 0 ; i--, child--) {
879 *next_child = *child;
880 next_child = child;
882 *child = (Widget) smw->simple_menu.label;
896 * to be width and height that the child would get if it were layed out
H A DPaned.c580 * paneindex - child to start refiguring at.
581 * dir - direction to move from child.
590 * last child.
1129 Widget child = *unmanagedP; local
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);
[all...]
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1ViewportP.h57 Widget clip, child; /* The clipping and (scrolled) child widgets */ member in struct:_ViewportPart
73 Boolean reparented; /* True if child has been re-parented */
H A DXaw3_1Form.c323 "constraint loop detected while laying out child '%s' in FormWidget '%s'",
485 Widget child; local
493 child = *childP;
494 if (XtIsManaged(child)) {
495 form = (FormConstraints)child->core.constraints;
506 if ( child->core.width != 1)
507 form->form.virtual_width = (int) child->core.width;
508 if ( child->core.height != 1)
509 form->form.virtual_height = (int) child->core.height;
H A DXaw3_1Viewport.c192 w->viewport.child = (Widget) NULL;
255 register Widget child = w->viewport.child; local
264 if (child != (Widget)NULL) {
265 XtMoveWidget( child, (Position)0, (Position)0 );
267 XtRealizeWidget( child );
268 XReparentWindow( XtDisplay(w), XtWindow(child), XtWindow(clip),
270 XtMapWidget( child );
301 register Widget child, *childP; local
304 child
375 register Widget child = w->viewport.child; local
393 register Widget child = w->viewport.child; local
419 register Widget child = w->viewport.child; local
620 register Widget child = w->viewport.child; local
701 register Widget child = w->viewport.child; local
720 register Widget child = w->viewport.child; local
[all...]
H A DXaw3_1SimpleMenu.c563 * Description: called whenever a new child is managed.
807 * Creates the label object and makes sure it is the first child in
816 register Widget * child, * next_child; local
839 for (child = smw->composite.children + smw->composite.num_children,
840 i = smw->composite.num_children ; i > 0 ; i--, child--) {
842 *next_child = *child;
843 next_child = child;
845 *child = (Widget) smw->simple_menu.label;
859 * to be width and height that the child would get if it were layed out
H A DXaw3_1Paned.c553 * index - child to start refiguring at.
554 * dir - direction to move from child.
563 * last child.
1101 Widget child = *unmanagedP; local
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);
[all...]
/solaris-x11-s11/open-src/app/xlswins/sun-src/
H A Dxlswins.c289 Window child; local
292 if (XTranslateCoordinates (dpy, w,root,0,0,&rx,&ry,&child)) {
/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_mm.c55 struct drm_mm_node *child; local
58 child = kzalloc(sizeof(*child), GFP_ATOMIC);
60 child = kzalloc(sizeof(*child), GFP_KERNEL);
62 if (unlikely(child == NULL)) {
65 child = NULL;
67 child =
70 list_del(&child->node_list);
75 return child;
[all...]
/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_lvds.c773 * Enumerate the child dev array parsed from VBT to check whether
777 * If no child dev is parsed from VBT, it assumes that the LVDS is present.
789 struct child_device_config *child = dev_priv->vbt.child_dev + i; local
795 if (child->device_type != DEVICE_TYPE_INT_LFP &&
796 child->device_type != DEVICE_TYPE_LFP)
799 if (intel_gmbus_is_port_valid(child->i2c_pin))
800 *i2c_pin = child->i2c_pin;
807 if (child->addin_offset)
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Ddpsclient.c2698 to the referenced (child) context a copy of any PostScript code received.
2700 int DPSChainContext(DPSContext parent, DPSContext child) argument
2702 DPSContext cc = child->chainChild;
2704 if (child->chainParent != NIL)
2707 /* insert new child between parent and existing children */
2708 child->chainChild = parent->chainChild;
2711 child->chainChild->chainParent = child;
2713 child->chainParent = parent;
2714 parent->chainChild = child;
[all...]
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DColorSB.c2610 Window root, child, stop, old_child = None; local
2626 XTranslateCoordinates(dpy, root, root, root_x, root_y, &x, &y, &child);
2630 &root, &child, &root_x, &root_y, &x, &y, &mask);
2633 if (child == None) child = root;
2635 stop = child;
2638 XTranslateCoordinates(dpy, root, stop, x, y, &x, &y, &child);
2640 if (child != None && XGetWindowAttributes(dpy, child, &att) &&
2642 stop = child;
[all...]

Completed in 86 milliseconds