version 1.16, 2002/02/05 09:25:10
|
version 1.18, 2002/02/07 05:11:38
|
Line 27 static NSString *PrintToolbarItemIdentif
|
Line 27 static NSString *PrintToolbarItemIdentif
|
return [super init]; |
return [super init]; |
} |
} |
|
|
|
- (void)windowWillClose:(NSNotification *)notification |
|
{ |
|
[self autorelease]; |
|
} |
|
|
- (void)dealloc |
- (void)dealloc |
{ |
{ |
[mBrowserView windowClosed]; |
[mBrowserView windowClosed]; |
Line 42 static NSString *PrintToolbarItemIdentif
|
Line 47 static NSString *PrintToolbarItemIdentif
|
[self loadURL: mURL]; |
[self loadURL: mURL]; |
[mURL release]; |
[mURL release]; |
} |
} |
|
|
|
[mSidebarDrawer setDelegate: self]; |
|
} |
|
|
|
- (void)drawerDidOpen:(NSNotification *)aNotification |
|
{ |
|
[[mSidebarBrowserView getBrowserView] loadURI: [NSURL URLWithString: @"http://tinderbox.mozilla.org/SeaMonkey/panel.html"] flags:NSLoadFlagsNone]; |
} |
} |
|
|
- (void)setupToolbar |
- (void)setupToolbar |