/* netFixerAppDelegate */ #import #import #import "webImpressor.h" @interface netFixerAppDelegate : NSObject { IBOutlet id mainWin; IBOutlet id adrField; IBOutlet id progWell; IBOutlet id tabView; IBOutlet id sizeMatrix; IBOutlet id outputPopup; WebView* wb; webImpressor *loadDelegate; NSString* extension; } - (IBAction)setFormat:(id)sender; - (IBAction)setSize:(id)sender; - (IBAction)shotIt:(id)sender; - (void) loadUrl: (NSString *)url; - (void) savePref; - (void) loadPref; - (void) addToolbar: (NSWindow *) win; - (void) getUrl:(NSAppleEventDescriptor *)event withReplyEvent:(NSAppleEventDescriptor *)replyEvent; @end