API  0.9.6
 All Classes Files Functions Variables Macros Groups Pages
CPBox.h
Go to the documentation of this file.
1 
2 @interface CPBox : CPView
3 {
4  CPBoxType _boxType;
5  CPBorderType _borderType;
6 
7  CPColor _borderColor;
8  CPColor _fillColor;
9 
10  float _cornerRadius;
11  float _borderWidth;
12 
13  CPSize _contentMargin;
14  CPView _contentView;
15 
16  CPString _title // @accessors(getter=title);
17  int _titlePosition // @accessors(getter=titlePosition);
18  CPTextField _titleView;
19 }
20 @end