w00t. ITButton and ITButtonCell. Also, ITTextField is now correctly implemented...
[ITKit.git] / ITTextField.h
index ea3e8f3..0a100ae 100755 (executable)
 
 @interface ITTextField : NSTextField {
 
-    BOOL  castsShadow;
-    
-    float shadowElevation;
-    float shadowAzimuth;
-    float shadowAmbient;
-    float shadowHeight;
-    float shadowRadius;
-    float shadowSaturation;
-
 }
 
 - (BOOL)castsShadow;