Added declaration for setDeferFlag: and deferFlag for GSWindowTemplate.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17793 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2003-10-08 03:51:07 +00:00
parent 0f22416b33
commit f556b3d183
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2003-10-07 23:38 Gregory John Casamento <greg_casamento@yahoo.com>
* Headers/Additions/GNUstepGUI/GSNibTemplates.m: Added
setDeferFlag: and deferFlag declarations to
GSWindowTemplate.
2003-10-07 14:32 Alexander Malmberg <alexander@malmberg.org>
* Source/NSWindow.m (-miniaturize:): Check that the window is

View file

@ -97,6 +97,8 @@
{
BOOL _deferFlag;
}
- (void) setDeferFlag: (BOOL)flag;
- (BOOL) deferFlag;
@end
@interface GSViewTemplate : GSClassSwapper