Home
last modified time | relevance | path

Searched refs:SB_ChildCount (Results 1 – 2 of 2) sorted by relevance

/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/
H A DSpinB.c789 for (i = 0; i < SB_ChildCount(spinW); i++) { in ChangeManaged()
1413 else if (SB_ChildCount(spinW) && SB_WithChild(spinW)) in UpArrowSensitive()
1470 for (i = 0; i < SB_ChildCount(spinW); i++) in NumericChildCount()
1494 for (i = 0; i < SB_ChildCount(spinW); i++) in WidgetIsChild()
1703 for (i = 0; i < SB_ChildCount(spinW); i++) in LayoutSpinBox()
2109 if (SB_ChildCount(spinW) && SB_WithChild(spinW)) in SpinBAction()
2156 if (SB_ChildCount(spinW) && SB_WithChild(spinW)) in FireCallbacks()
2284 if (SB_ChildCount(spinW) && SB_WithChild(spinW)) in ArrowSpinUp()
2339 if (SB_ChildCount(spinW) && SB_WithChild(spinW)) in ArrowSpinDown()
2419 for (i = 0; i < SB_ChildCount(spinW); i++) in GetSpinSize()
[all …]
H A DSpinBP.h141 #define SB_ChildCount(w) \ macro