Sha256: de6f01a77d8ec1f7c558c7f09f2bc481af4e063bc6efc9c94e5092054e031f4e
Contents?: true
Size: 198 Bytes
Versions: 43
Compression:
Stored size: 198 Bytes
Contents
// -*- objc -*- #import <AppKit/NSWindow.h> @interface NativeWindow : NSWindow <NSWindowDelegate> - (void) draw; + (NSRect) frameRectForContentRect: (NSRect) contentRect; @end// NativeWindow
Version data entries
43 entries across 43 versions & 1 rubygems