API  0.9.7
 All Classes Files Functions Variables Macros Groups Pages
CPComboBox.h
Go to the documentation of this file.
1 
2 @interface CPComboBox : CPTextField
3 {
4  CPArray _items;
5  _CPPopUpList _listDelegate;
6  CPComboBoxDataSource _dataSource;
7  BOOL _usesDataSource;
8  BOOL _completes;
9  BOOL _canComplete;
10  int _numberOfVisibleItems;
11  BOOL _forceSelection;
12  BOOL _hasVerticalScroller;
13  CPString _selectedStringValue;
14  BOOL _popUpButtonCausedResign;
15 }
16 @end