API  1.0.0
CPPopUpButton.h
Go to the documentation of this file.
1 
2 @interface CPPopUpButton : CPButton
3 {
4  CPUInteger _selectedIndex;
5  CPRectEdge _preferredEdge;
6 }
7 @end