Add setIsVisible method. It is 10.0 and was missing for some reason.

This commit is contained in:
Gregory John Casamento 2020-06-24 11:13:38 -04:00
parent a1e470341c
commit 562e1868b3
2 changed files with 14 additions and 0 deletions

View file

@ -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;