API 0.9.5
AppKit/CPSegmentedControl.h
Go to the documentation of this file.
00001 
00002 @interface CPSegmentedControl : CPControl
00003 {
00004     CPArray                 _segments;
00005     CPArray                 _themeStates;
00006 
00007     int                     _selectedSegment;
00008     int                     _segmentStyle;
00009     CPSegmentSwitchTracking _trackingMode;
00010 
00011     unsigned                _trackingSegment;
00012     BOOL                    _trackingHighlighted;
00013 }
00014 @end
 All Classes Files Functions Variables Defines