< prev index next >

modules/javafx.graphics/src/main/native-glass/mac/GlassViewDelegate.h

Print this page

        

@@ -72,10 +72,12 @@
 - (void)setFrameSize:(NSSize)newSize;
 - (void)setFrame:(NSRect)frameRect;
 - (void)updateTrackingAreas;
 - (void)drawRect:(NSRect)dirtyRect;
 
+- (void)setResizableForFullscreen:(BOOL)resizable;
+
 - (void)sendJavaMouseEvent:(NSEvent *)theEvent;
 - (void)resetMouseTracking;
 - (void)sendJavaMenuEvent:(NSEvent *)theEvent;
 - (void)sendJavaKeyEvent:(NSEvent *)event isDown:(BOOL)isDown;
 - (void)sendJavaModifierKeyEvent:(NSEvent *)theEvent;
< prev index next >