mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 17:52:42 +00:00
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:
parent
0f22416b33
commit
f556b3d183
2 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -97,6 +97,8 @@
|
|||
{
|
||||
BOOL _deferFlag;
|
||||
}
|
||||
- (void) setDeferFlag: (BOOL)flag;
|
||||
- (BOOL) deferFlag;
|
||||
@end
|
||||
|
||||
@interface GSViewTemplate : GSClassSwapper
|
||||
|
|
Loading…
Reference in a new issue