mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
Add missing declaration of NSWindow -isZoomed to the header file.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@31954 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c4110a7ede
commit
18806fd515
2 changed files with 7 additions and 1 deletions
|
@ -1,6 +1,11 @@
|
|||
2011-01-26 Wolfgang Lux <wolfgang.lux@gmail.com>
|
||||
|
||||
* Headers/AppKit/NSWindow.h: Add missing declaration of the
|
||||
-isZoomed method.
|
||||
|
||||
2011-01-24 Wolfgang Lux <wolfgang.lux@gmail.com>
|
||||
|
||||
* Source/NSWindowController.m (-windowDidLoad): Move code to set
|
||||
* Source/NSWindowController.m (-_windowDidLoad): Move code to set
|
||||
the autosave name of the window's frame from here ...
|
||||
|
||||
* Source/NSWindowController.m (-setWindow:): ... to here to match
|
||||
|
|
|
@ -388,6 +388,7 @@ PACKAGE_SCOPE
|
|||
- (NSTimeInterval) animationResizeTime: (NSRect)newFrame;
|
||||
- (void) performZoom: (id)sender;
|
||||
- (void) zoom: (id)sender;
|
||||
- (BOOL) isZoomed;
|
||||
- (BOOL) showsResizeIndicator;
|
||||
- (void) setShowsResizeIndicator: (BOOL)show;
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue