Searched refs:childP (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/libXaw/dist/src/ |
| H A D | Form.c | 550 Widget *childP; local in function:Layout 554 for (childP = children; childP - children < num_children; childP++) { 555 FormConstraints form = (FormConstraints)(*childP)->core.constraints; 560 for (childP = children; childP - children < num_children; childP++) { 561 if (XtIsManaged(*childP)) { 565 form = (FormConstraints)(*childP) 628 Widget *childP; local in function:ResizeChildren 735 Widget *childP; local in function:XawFormResize 889 Widget *childP; local in function:XawFormGeometryManager 1024 WidgetList children, childP; local in function:XawFormChangeManaged 1084 Widget *childP; local in function:XawFormDoLayout [all...] |
| H A D | Paned.c | 89 #define ForAllPanes(pw, childP) \ 90 for ((childP) = (pw)->composite.children; \ 91 (childP) < (pw)->composite.children + (pw)->paned.num_panes; \ 92 (childP)++) 94 #define ForAllChildren(pw, childP) \ 95 for ((childP) = (pw)->composite.children; \ 96 (childP) < (pw)->composite.children + (pw)->composite.num_children; \ 97 (childP)++) 504 Widget *childP; local in function:AdjustPanedSize 509 ForAllPanes(pw, childP) { 590 Widget *childP; local in function:ChoosePaneToResize 736 Widget *childP; local in function:RefigureLocations 798 Widget *childP; local in function:CommitNewLocations 914 Widget *childP; local in function:_DrawInternalBorders 955 Widget *childP; local in function:_DrawTrackLines 1045 Widget *childP; local in function:StartGripAdjustment 1260 Widget *unmanagedP, *childP; local in function:ResortChildren 1302 Widget *managedP, *unmanagedP, *childP; local in function:ManageAndUnmanageGrips 1417 Widget *childP; local in function:SetChildrenPrefSizes 1461 Widget *childP; local in function:ChangeAllGripCursors 1723 Widget *childP; local in function:XawPanedRealize 1807 Widget *childP; local in function:XawPanedChangeManaged [all...] |
| H A D | Dialog.c | 251 Widget *childP; local in function:XawDialogConstraintInitialize 253 for (childP = children + dw->composite.num_children - 1; 254 childP >= children; childP-- ) { 255 if (*childP == dw->dialog.labelW || *childP == dw->dialog.valueW) 257 if (XtIsManaged(*childP) && 258 XtIsSubclass(*childP, commandWidgetClass)) { 259 constraint->form.horiz_base = *childP; 416 Widget *childP; local in function:CreateDialogValueWidget [all...] |
| H A D | Vendor.c | 505 Widget* childP; local in function:XawVendorShellChangeManaged 509 for (i = (int)w->composite.num_children, childP = w->composite.children; 510 i; i--, childP++) { 511 if (XtIsManaged(*childP)) { 512 XtSetKeyboardFocus(wid, *childP);
|
| H A D | Box.c | 311 Widget *childP = bbw->composite.children; local in function:DoLayout 313 for (; ii > 0; childP++, ii--) 314 if (XtIsRealized(*childP) && XtIsManaged(*childP) 315 && (*childP)->core.mapped_when_managed) 316 XtMapWidget(*childP);
|
| H A D | Viewport.c | 402 Widget child, *childP; local in function:XawViewportChangeManaged 406 for (childP = w->composite.children, 408 childP++, i++) { 409 if (XtIsManaged(*childP) 410 && *childP != w->viewport.clip 411 && *childP != w->viewport.horiz_bar 412 && *childP != w->viewport.vert_bar) { 413 child = *childP;
|
| H A D | SimpleMenu.c | 50 #define ForAllChildren(smw, childP) \ 51 for ((childP) = (SmeObject *)(smw)->composite.children; \ 52 (childP) < (SmeObject *)((smw)->composite.children \ 54 (childP)++)
|
| /xsrc/external/mit/libXt/dist/src/ |
| H A D | Shell.c | 1243 register Widget *childP = w->composite.children; local in function:Realize 1246 for (i = (int) w->composite.num_children; i; i--, childP++) { 1247 if (XtIsWidget(*childP) && XtIsManaged(*childP)) { 1248 if ((*childP)->core.background_pixmap != XtUnspecifiedPixmap) { 1253 (*childP)->core.background_pixmap; 1258 (*childP)->core.background_pixel;
|
Completed in 16 milliseconds