![]() |
API 0.9.5
|
00001 00002 @interface CPImageView : CPControl 00003 { 00004 DOMElement _DOMImageElement; 00005 00006 BOOL _hasShadow; 00007 CPView _shadowView; 00008 00009 BOOL _isEditable; 00010 00011 CGRect _imageRect; 00012 CPImageAlignment _imageAlignment; 00013 } 00014 @end