NSControl
NSSegmentedControl
![]() | Constructor that takes String array with captions of the segments and click handler delegate. |
![]() | Sets or gets Index of the selected segment. |
![]() | Enables or disables the control. |
![]() | Sets or gets the text value of the receiver’s cell. |
![]() | Returns Integer handle to the native NSObject structure. |
![]() | Constructs NSSegmentedControl object from Integer handle coming from declares or 3rd party plugin. |
![]() | Releases the NSObject. |
![]() | Retains the NSObject |
![]() | Getter setter method for setting or getting the text alignment for the segment. |
![]() | Getter setter method for setting or getting the enabled state for the segment. |
![]() | Getter setter method for setting or getting the image of the segment at given index. |
![]() | Getter setter method for setting or getting the label text of the segment at given index. |
![]() | Getter setter method for setting or getting the tooltip text of the segment at given index. |
![]() | Sets or gets the width of the specified segment by given index. |
![]() | Delegate that defines click handler for NSSegmentedControl. |