API  0.9.7
 All Classes Files Functions Variables Macros Groups Pages
CPSegmentedControl.h
Go to the documentation of this file.
1 
3 {
4  CPArray _segments;
5  CPArray _themeStates;
6 
7  int _selectedSegment;
8  int _segmentStyle;
9  CPSegmentSwitchTracking _trackingMode;
10 
11  unsigned _trackingSegment;
12  BOOL _trackingHighlighted;
13 }
14 @end