< prev index next >

src/java.desktop/macosx/native/libawt_lwawt/awt/AWTWindow.h

Print this page

        

*** 44,53 **** --- 44,54 ---- BOOL isEnabled; NSWindow *nsWindow; AWTWindow *ownerWindow; jint preFullScreenLevel; NSRect standardFrame; + BOOL isMinimizing; } // An instance of either AWTWindow_Normal or AWTWindow_Panel @property (nonatomic, retain) NSWindow *nsWindow;
*** 58,67 **** --- 59,69 ---- @property (nonatomic) NSSize javaMaxSize; @property (nonatomic) jint styleBits; @property (nonatomic) BOOL isEnabled; @property (nonatomic) jint preFullScreenLevel; @property (nonatomic) NSRect standardFrame; + @property (nonatomic) BOOL isMinimizing; - (id) initWithPlatformWindow:(JNFWeakJObjectWrapper *)javaPlatformWindow ownerWindow:owner styleBits:(jint)styleBits frameRect:(NSRect)frameRect
< prev index next >