API  1.0.0
CPComboBox.h
Go to the documentation of this file.
1 
2 @interface CPComboBox : CPTextField
3 {
4  BOOL _canComplete;
5  BOOL _completes;
6  BOOL _forceSelection;
7  BOOL _hasVerticalScroller;
8  BOOL _popUpButtonCausedResign;
9  BOOL _usesDataSource;
10  CGSize _intercellSpacing;
11  CPArray _items;
12  id <CPComboBoxDataSource> _dataSource;
13  CPInteger _implementedDelegateComboBoxMethods;
14  CPString _selectedStringValue;
15  float _itemHeight;
16  int _numberOfVisibleItems;
17  _CPPopUpList _listDelegate;
18 }
19 @end
An immutable string (collection of characters).
Definition: CPString.h:2