Removing the use of private CoreGraphics APIs to draw shadows, and replacing with...
[ITKit.git] / Showcase / Controller.h
old mode 100755 (executable)
new mode 100644 (file)
index 399b3c9..e8731bc
@@ -1,8 +1,15 @@
-#import <ITKit/ITKit.h>
+/*
+ *     ITKitShowcase
+ *     Controller.h
+ *
+ *     Copyright (c) 2005 iThink Software
+ *
+ */
+
 #import <Cocoa/Cocoa.h>
+#import <ITKit/ITKit.h>
 
-@interface Controller : NSObject
-{
+@interface Controller : NSObject {
     IBOutlet NSWindow *window;
     
     // ITStatusItem Support
@@ -26,6 +33,8 @@
     IBOutlet ITTextField *testTextField;
 
     // ITTransientStatusWindow Support
+    IBOutlet NSPopUpButton      *entryEffectPopup;
+    IBOutlet NSPopUpButton      *exitEffectPopup;
     ITIconAndTextStatusWindow   *statusWindow;
     IBOutlet NSTextView         *swSampleTextView;
     IBOutlet NSPopUpButton      *swVanishModePopup;
@@ -50,6 +59,7 @@
 - (IBAction)toggleCastsShadow:(id)sender;
 
 // ITTransientStatusWindow Support
+- (void)populateEffectPopups;
 - (IBAction)buildStatusWindow:(id)sender;
 - (IBAction)toggleStatusWindow:(id)sender;
 - (IBAction)changeWindowSetting:(id)sender;