API  0.9.6
 All Classes Files Functions Variables Macros Groups Pages
CPShadow.h
Go to the documentation of this file.
1 
2 @interface CPShadow : CPObject
3 {
4  CPSize _offset;
5  float _blurRadius;
6  CPColor _color;
7 
8  CPString _cssString;
9 }
10 @end