Home | History | Annotate | Download | only in ctl

Lines Matching refs:SInt16

372     SInt16 outBaseLineOffset;
425 SInt16 inDepth;
447 SInt16 inDepth;
558 SInt16 inKeyCode;
559 SInt16 inCharCode;
605 SInt16 h;
606 SInt16 v;
625 SInt16 w;
626 SInt16 h;
715 SInt16 _rv;
730 SInt16 newValue;
747 SInt16 _rv;
762 SInt16 newMinimum;
779 SInt16 _rv;
794 SInt16 newMaximum;
1619 SInt16 inValue;
1694 SInt16 inValue;
1731 SInt16 inTabToHilite;
3277 SInt16 modifiers;
3505 PyDoc_STR("() -> (Rect outRect, SInt16 outBaseLineOffset)")},
3511 PyDoc_STR("(SInt16 inDepth, Boolean inIsColorDevice) -> None")},
3513 PyDoc_STR("(SInt16 inDepth, Boolean inIsColorDevice) -> None")},
3523 PyDoc_STR("(SInt16 inKeyCode, SInt16 inCharCode, EventModifiers inModifiers) -> (ControlPartCode _rv)")},
3527 PyDoc_STR("(SInt16 h, SInt16 v) -> None")},
3529 PyDoc_STR("(SInt16 w, SInt16 h) -> None")},
3539 PyDoc_STR("() -> (SInt16 _rv)")},
3541 PyDoc_STR("(SInt16 newValue) -> None")},
3543 PyDoc_STR("() -> (SInt16 _rv)")},
3545 PyDoc_STR("(SInt16 newMinimum) -> None")},
3547 PyDoc_STR("() -> (SInt16 _rv)")},
3549 PyDoc_STR("(SInt16 newMaximum) -> None")},
3639 PyDoc_STR("() -> (SInt16 outValue)")},
3641 PyDoc_STR("(SInt16 inValue) -> None")},
3649 PyDoc_STR("(SInt16 inValue) -> None")},
3653 PyDoc_STR("(SInt16 inTabToHilite, Boolean inEnabled) -> None")},
3923 SInt16 initialValue;
3924 SInt16 minimumValue;
3925 SInt16 maximumValue;
3926 SInt16 procID;
3960 SInt16 resourceID;
4283 SInt16 menuID;
4621 SInt16 menuID;
4623 SInt16 titleWidth;
4624 SInt16 titleJustification;
5110 SInt16 menuID;
5112 SInt16 titleWidth;
5113 SInt16 titleJustification;
5173 SInt16 contentResID;
5240 SInt16 inSize;
5327 SInt16 outPart;
5421 PyDoc_STR("(WindowPtr owningWindow, Rect boundsRect, Str255 controlTitle, Boolean initiallyVisible, SInt16 initialValue, SInt16 minimumValue, SInt16 maximumValue, SInt16 procID, SInt32 controlReference) -> (ControlHandle _rv)")},
5423 PyDoc_STR("(SInt16 resourceID, WindowPtr owningWindow) -> (ControlHandle _rv)")},
5455 PyDoc_STR("(WindowPtr window, Rect boundsRect, CFStringRef title, UInt16 thickness, UInt16 behavior, ControlButtonContentInfo info, SInt16 menuID, UInt16 menuBehavior, UInt16 menuPlacement) -> (ControlHandle outControl)")},
5475 PyDoc_STR("(WindowPtr window, Rect boundsRect, CFStringRef title, Boolean primary, SInt16 menuID, Boolean variableWidth, SInt16 titleWidth, SInt16 titleJustification, Style titleStyle) -> (ControlHandle outControl)")},
5507 PyDoc_STR("(WindowPtr window, Rect boundsRect, CFStringRef title, SInt16 menuID, Boolean variableWidth, SInt16 titleWidth, SInt16 titleJustification, Style titleStyle) -> (ControlHandle outControl)")},
5511 PyDoc_STR("(WindowPtr window, Rect boundsRect, SInt16 contentResID, Boolean autoScroll, UInt32 delayBeforeAutoScroll, UInt32 delayBetweenAutoScroll, UInt16 autoScrollAmount) -> (ControlHandle outControl)")},
5515 PyDoc_STR("(WindowPtr inWindow, Rect inBoundsRect, SInt16 inSize, ControlButtonContentInfo inContent) -> (ControlHandle outControl)")},
5521 PyDoc_STR("(Point inWhere, WindowPtr inWindow) -> (ControlHandle _rv, SInt16 outPart)")},
5657 myactionproc(ControlHandle control, SInt16 part)
5670 mykeydownproc(ControlHandle control, SInt16 keyCode, SInt16 charCode, SInt16 modifiers)
5706 mydrawproc(ControlHandle control, SInt16 part)