API  1.0.0
CPBox.h
Go to the documentation of this file.
1 
2 @interface CPBox : CPView
3 {
4  CPBoxType _boxType;
5  CPBorderType _borderType;
6  CPView _contentView;
7 
8  CPString _title // @accessors(getter=title);
9  int _titlePosition // @accessors(getter=titlePosition);
10  CPTextField _titleView;
11 }
12 @end
An immutable string (collection of characters).
Definition: CPString.h:2
Definition: CPBox.h:2
Definition: CPView.j:137