![]() |
API 0.9.5
|
00001 00002 @interface CPBox : CPView 00003 { 00004 CPBoxType _boxType; 00005 CPBorderType _borderType; 00006 00007 CPColor _borderColor; 00008 CPColor _fillColor; 00009 00010 float _cornerRadius; 00011 float _borderWidth; 00012 00013 CPSize _contentMargin; 00014 CPView _contentView; 00015 } 00016 @end