Cappuccino  1.0.0
 All Classes Files Functions Variables Typedefs Macros Groups Pages
CPImageView.h
Go to the documentation of this file.
1 
2 @interface CPImageView : CPControl
3 {
4  DOMElement _DOMImageElement;
5 
6  BOOL _hasShadow;
7  CPView _shadowView;
8 
9  BOOL _isEditable;
10 
11  CGRect _imageRect;
12  CPImageAlignment _imageAlignment;
13 }
14 @end