--- BasiliskII/src/MacOSX/Emulator.mm 2002/03/16 04:00:09 1.1 +++ BasiliskII/src/MacOSX/Emulator.mm 2002/05/23 12:48:38 1.2 @@ -2,7 +2,7 @@ * Emulator.mm - Class whose actions are attached to GUI widgets in a window, * used to control a single Basilisk II emulated Macintosh. * - * $Id: Emulator.mm,v 1.1 2002/03/16 04:00:09 nigel Exp $ + * $Id: Emulator.mm,v 1.2 2002/05/23 12:48:38 nigel Exp $ * * Basilisk II (C) 1997-2002 Christian Bauer * @@ -204,6 +204,13 @@ [xPRAM resume]; } +- (IBAction) ScreenHideShow: (NSButton *)sender; +{ + WarningSheet(@"Nigel doesn't know how to shrink or grow this window", + @"Maybe you can grab the source code and have a go yourself?", + nil, win); +} + - (IBAction) Snapshot: (id) sender { if ( screen == nil || uaeCreated == NO ) @@ -427,4 +434,4 @@ uint8 lastXPRAM[XPRAM_SIZE]; // Copy of } } -@end \ No newline at end of file +@end