00001 00002 @interface CPPopUpButton : CPButton 00003 { 00004 CPUInteger _selectedIndex; 00005 CPRectEdge _preferredEdge; 00006 } 00007 @end