VAqua.libkeywindowpatch.CMenuBarCategory.h Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of vaqua Show documentation
Show all versions of vaqua Show documentation
An improved native Swing look and feel for macOS
The newest version!
/*
* Copyright (c) 2018-2023 Alan Snyder.
* All rights reserved.
*
* You may not use, copy or modify this file, except in compliance with the license agreement. For details see
* accompanying license terms.
*/
#import
@interface CMenu : NSObject { }
@end
@interface CMenuBar : NSObject {
@public
NSMutableArray *fMenuList;
BOOL fModallyDisabled;
CMenu *fHelpMenu;
}
@end
@interface CMenuBar (CMenuBarCategory)
+ (BOOL) isActiveMenuBar:(CMenuBar *)inMenuBar;
+ (void) activate:(CMenuBar *)menubar modallyDisabled:(BOOL)modallyDisabled;
- (void) deactivate;
- (void) javaAddMenu: (CMenu *)theMenu;
- (void) javaAddMenu: (CMenu *)theMenu atIndex:(jint)index;
- (void) javaDeleteMenu: (jint)index;
@end
© 2015 - 2025 Weber Informatics LLC | Privacy Policy