API  1.0.0
CPSegmentedControl.h
Go to the documentation of this file.
1 
3 {
4  CPArray _segments // @accessors(getter=segments);
5  CPArray _themeStates;
6 
7  int _selectedSegment;
8  int _segmentStyle;
9  CPSegmentSwitchTracking _trackingMode;
10 
11  unsigned _trackingSegment;
12  BOOL _trackingHighlighted;
13 }
14 @end