version 1.12, 2002/02/04 11:11:33
|
version 1.13, 2002/02/05 05:00:16
|
Line 299 static NSString *PrintToolbarItemIdentif
|
Line 299 static NSString *PrintToolbarItemIdentif
|
[[self window] display]; |
[[self window] display]; |
} |
} |
|
|
|
-(void)doCut |
|
{ |
|
[[mBrowserView getBrowserView] doCut]; |
|
} |
|
|
|
-(void)doCopy |
|
{ |
|
[[mBrowserView getBrowserView] doCopy]; |
|
} |
|
|
|
-(void)doPaste |
|
{ |
|
[[mBrowserView getBrowserView] doPaste]; |
|
} |
|
|
|
-(void)doClear |
|
{ |
|
[[mBrowserView getBrowserView] doClear]; |
|
} |
|
|
|
-(void)doSelectAll |
|
{ |
|
[[mBrowserView getBrowserView] doSelectAll]; |
|
} |
|
|
- (void)windowWillClose:(NSNotification *)notification |
- (void)windowWillClose:(NSNotification *)notification |
{ |
{ |
[self autorelease]; |
[self autorelease]; |