![]() |
API 0.9.5
|
00001 00002 @interface CPTextField : CPControl 00003 { 00004 BOOL _isEditing; 00005 00006 BOOL _isEditable; 00007 BOOL _isSelectable; 00008 BOOL _isSecure; 00009 BOOL _willBecomeFirstResponderByClick; 00010 00011 BOOL _drawsBackground; 00012 00013 CPColor _textFieldBackgroundColor; 00014 00015 CPString _placeholderString; 00016 CPString _stringValue; 00017 00018 id _delegate; 00019 00020 // NS-style Display Properties 00021 CPTextFieldBezelStyle _bezelStyle; 00022 BOOL _isBordered; 00023 CPControlSize _controlSize; 00024 } 00025 @end