Removed -isRunningModalForWindow: and added the more powerful -modalWindow

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5035 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 1999-10-18 22:57:46 +00:00
parent c16bb04b88
commit 21f44359d1

View file

@ -118,7 +118,7 @@ extern NSString *NSEventTrackingRunLoopMode;
- (void) run;
- (int) runModalForWindow: (NSWindow*)theWindow;
- (int) runModalSession: (NSModalSession)theSession;
- (BOOL) isRunningModalForWindow: (NSWindow *)theWindow;
- (NSWindow *) modalWindow;
- (void) sendEvent: (NSEvent*)theEvent;
- (void) stop: (id)sender;
- (void) stopModal;