mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 00:20:49 +00:00
Add setIsVisible method. It is 10.0 and was missing for some reason.
This commit is contained in:
parent
a1e470341c
commit
562e1868b3
2 changed files with 14 additions and 0 deletions
|
@ -528,6 +528,7 @@ PACKAGE_SCOPE
|
|||
- (void) orderWindow: (NSWindowOrderingMode)place
|
||||
relativeTo: (NSInteger)otherWin;
|
||||
- (BOOL) isVisible;
|
||||
- (void) setIsVisible: (BOOL)flag;
|
||||
- (NSInteger) level;
|
||||
- (void) setLevel: (NSInteger)newLevel;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue