The dissolve, cut and slides all work properly now, I hope :D
[ITKit.git] / Showcase / Controller.h
index 1bd81ea..82a1a6a 100755 (executable)
@@ -13,6 +13,9 @@
     IBOutlet NSButton *useInvertedCheckBox;
     IBOutlet NSButton *showTitleCheckBox;
     
+    // ITButton Support
+    IBOutlet ITButton *button;
+    
     // ITTabView Support
     IBOutlet ITTabView *tabView;
 
@@ -29,6 +32,7 @@
     IBOutlet NSPopUpButton  *swBackgroundTypePopup;
     IBOutlet NSPopUpButton  *swDefinedPositionPopup;
     IBOutlet NSTextField    *swVanishDelay;
+    IBOutlet NSTextField    *swShadowSaturation;
     IBOutlet NSSlider       *swSpeedSlider;
 }