Searched refs:SB_ChildCount (Results 1 – 2 of 2) sorted by relevance
789 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 …]
141 #define SB_ChildCount(w) \ macro