Clean up of NSPanel and GSAlertPanel

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11001 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2001-09-24 23:31:52 +00:00
parent bce2688968
commit 4934a1b527

View file

@ -1,3 +1,18 @@
2001-09-24 Fred Kiefer <FredKiefer@gmx.de>
* Header/gnustep/gui/NSWindow.h
Added three BOOL flags for subclasses.
* Header/gnustep/gui/NSPanel.h
Defined additional window masks. Removed all unneeded ivars and
replaced the others by the superclass additional flags.
* Source/NSPanel.m
Implemented coding for NSPanel. For GSAlertPanel reoranised the
initXXX code. Moved the GModel methods into a separate category,
removing [createObjectForModelUnarchiver:] as this was (incorrectly)
duplication code from the super class.
Implemented NSBeginAlertSheet(), NSBeginCriticalAlertSheet() and
NSBeginInformationalAlertSheet().
2001-09-23 Fred Kiefer <FredKiefer@gmx.de>
* Source/NSMenu.m