Home
last modified time | relevance | path

Searched refs:XtIsRectObj (Results 1 – 25 of 56) sorted by relevance

123

/dports/x11-toolkits/libXt/libXt-1.2.1/include/X11/
H A DIntrinsicP.h211 #undef XtIsRectObj
212 extern Boolean XtIsRectObj(Widget);
213 #define XtIsRectObj(obj) \ macro
H A DIntrinsicI.h95 (XtIsRectObj(object) ? (object)->core.managed : False)
98 (XtIsRectObj(object) ? ((object)->core.sensitive && \
/dports/x11-toolkits/libXt/libXt-1.2.1/src/
H A DFunctions.c65 #undef XtIsRectObj
67 XtIsRectObj(Widget object) in XtIsRectObj() function
H A DDestroy.c240 if (XtIsRectObj(widget)) { in XtPhase2Destroy()
H A DManage.c261 if (!XtIsRectObj(child)) { in ManageChildren()
H A DSetValues.c297 if (XtIsRectObj(w)) { in XtSetValues()
H A DIntrinsic.c772 if (XtIsRectObj(object)) in XtIsManaged()
803 if (XtIsRectObj(object)) in XtIsSensitive()
/dports/x11-toolkits/Xmt/xmt400/Xmt/
H A DLayoutP.h249 ((XtIsRectObj(w) || XmtIsLayoutGadget(w)) && (w)->core.managed)
H A DIBMManage.c193 if (!XtIsRectObj(child)) {
/dports/x11-toolkits/lesstif/lesstif-0.95.2/lib/Xm-2.1/
H A DDialogS.c509 if (!XtIsRectObj(w)) in insert_child()
549 if (!XtIsRectObj(w)) in delete_child()
H A DTraversal.c1824 if (!XtIsRectObj(w)) in _XmGetNavigability()
2682 if (!XtIsRectObj(wid)) in _XmWidgetFocusChange()
3434 if (!XtIsRectObj(w)) in _XmNavigChangeManaged()
3495 if (XtIsRectObj(wid)) in _XmNavigResize()
H A DLTV6Editres.c1198 if (!XtIsRectObj(w) || (XtIsWidget(w) && !XtIsRealized(w))) in ExecuteGetGeometry()
1278 if (!XtIsRectObj(child)) /* we must at least be a rect obj. */ in PositionInChild()
/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/
H A DManager.c1086 if (!XtIsRectObj(child)) in InsertChild()
1109 if (!XtIsRectObj(child)) in DeleteChild()
1393 if (!XtIsRectObj(new_w)) return; in ConstraintInitialize()
1487 if (!XtIsRectObj(w)) return; in ConstraintDestroy()
1528 if (!XtIsRectObj(new_w)) return(FALSE); in ConstraintSetValues()
H A DPanedW.c670 if (!XtIsRectObj(w)) return; in ConstraintDestroy()
677 if (XtIsRectObj(w) && IsPane(w)) in ConstraintDestroy()
1654 XtIsRectObj(*childP) && in GeometryManager()
1858 if (!XtIsRectObj(new_w)) return; in ConstraintInit()
1959 if (!XtIsRectObj(w)) return; in InsertChild()
2084 XtIsRectObj(*childP) && in ChangeManaged()
2425 if (!XtIsRectObj(new_w)) return(FALSE); in PaneSetValues()
H A DDialogS.c267 if ((XtIsRectObj( *currKid) in GetRectObjKid()
342 if (!XtIsRectObj(w)) return; in InsertChild()
H A DForm.c1679 if (!XtIsRectObj(child)) return; in DeleteChild()
1808 if (!XtIsRectObj(new_w)) in ConstraintSetValues()
1938 if (!XtIsRectObj(new_w)) return; in ConstraintInitialize()
2108 if (!XtIsRectObj(child)) in SortChildren()
2146 if (!XtIsRectObj(child)) in SortChildren()
2163 (XtIsRectObj(att_widget))) in SortChildren()
2214 if (!XtIsRectObj(child) || c->sorted) in SortChildren()
H A DFrame.c1234 if (!XtIsRectObj (nw)) return; in ConstraintInitialize()
1304 if (!XtIsRectObj (nw)) return (False); in ConstraintSetValues()
1396 if (!XtIsRectObj (w)) return; in ConstraintDestroy()
H A DDisplay.c609 if (XtIsRectObj(w)) { in DisplayInsertChild()
630 if (XtIsRectObj(w)) { in DisplayDeleteChild()
H A DEditresCom.c1208 if ( !XtIsRectObj(w) || (XtIsWidget(w) && !XtIsRealized(w)) ) {
1283 if (!XtIsRectObj(child)) /* we must at least be a rect obj. */
/dports/x11-toolkits/libXt/libXt-1.2.1/man/
H A DMakefile.am260 XtIsRectObj \
/dports/graphics/exiftran/fbida-2.14/
H A DRegEdit.c1075 if ( !XtIsRectObj(w) || (XtIsWidget(w) && !XtIsRealized(w)) ) {
1150 if (!XtIsRectObj(child)) /* we must at least be a rect obj. */
/dports/graphics/ida/fbida-2.14/
H A DRegEdit.c1075 if ( !XtIsRectObj(w) || (XtIsWidget(w) && !XtIsRealized(w)) ) {
1150 if (!XtIsRectObj(child)) /* we must at least be a rect obj. */
/dports/x11-toolkits/open-motif/motif-2.3.8/demos/lib/Xmd/
H A DRegEdit.c1074 if ( !XtIsRectObj(w) || (XtIsWidget(w) && !XtIsRealized(w)) ) {
1149 if (!XtIsRectObj(child)) /* we must at least be a rect obj. */
/dports/x11-toolkits/lesstif/lesstif-0.95.2/test/Mrm/xmp/
H A DGrid.c513 if (!XtIsRectObj (nw)) return (False);
/dports/x11-toolkits/libXmu/libXmu-1.1.3/src/
H A DEditresCom.c1256 if (!XtIsRectObj(w) || (XtIsWidget(w) && !XtIsRealized(w))) in ExecuteGetGeometry()
1334 if (!XtIsRectObj(child)) /* we must at least be a rect obj */ in PositionInChild()

123