Sha256: b0f7afeb9a6dd5b0b849f0bf015020f1da1efca29c2a8b55ed5b24202c39b21e
Contents?: true
Size: 228 Bytes
Versions: 8
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
8 entries across 8 versions & 1 rubygems