mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 01:50:48 +00:00
Revert pointelss changes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@22417 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6d190c38f4
commit
ba9a35db0e
9 changed files with 183 additions and 173 deletions
|
@ -207,7 +207,7 @@
|
|||
|
||||
- (BOOL) shouldCloseDocument
|
||||
{
|
||||
return (_wcFlags.shouldCloseDocument ? YES : NO);
|
||||
return _wcFlags.shouldCloseDocument;
|
||||
}
|
||||
|
||||
- (void) setShouldCascadeWindows: (BOOL)flag
|
||||
|
@ -217,7 +217,7 @@
|
|||
|
||||
- (BOOL) shouldCascadeWindows
|
||||
{
|
||||
return (_wcFlags.shouldCascade ? YES : NO);
|
||||
return _wcFlags.shouldCascade;
|
||||
}
|
||||
|
||||
- (void) close
|
||||
|
@ -375,7 +375,7 @@
|
|||
|
||||
- (BOOL) isWindowLoaded
|
||||
{
|
||||
return (_wcFlags.nibIsLoaded ? YES : NO);
|
||||
return _wcFlags.nibIsLoaded;
|
||||
}
|
||||
|
||||
- (void) windowDidLoad
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue