Sha256: b0f7afeb9a6dd5b0b849f0bf015020f1da1efca29c2a8b55ed5b24202c39b21e
Contents?: true
Size: 228 Bytes
Versions: 4
Compression:
Stored size: 228 Bytes
Contents
// -*- objc -*- #import <AppKit/NSWindow.h> @interface NativeWindow : NSWindow <NSWindowDelegate> - (void) draw; - (BOOL) hasFullScreenFlag; + (NSRect) frameRectForContentRect: (NSRect) contentRect; @end// NativeWindow
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
reflexion-0.3 | src/osx/native_window.h |
reflexion-0.2.1 | src/osx/native_window.h |
reflexion-0.2 | src/osx/native_window.h |
reflexion-0.1.57 | src/osx/native_window.h |