2019-05-23 16:31:47 -04:00
|
|
|
# nswrap.yaml
|
2019-05-09 12:25:45 -04:00
|
|
|
inputfiles:
|
|
|
|
- /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h
|
|
|
|
- /System/Library/Frameworks/AppKit.framework/Headers/AppKit.h
|
|
|
|
|
|
|
|
classes:
|
2019-05-09 13:33:28 -04:00
|
|
|
- NSAutoreleasePool
|
2019-05-09 12:25:45 -04:00
|
|
|
- NSString
|
|
|
|
- NSApplication
|
|
|
|
- NSWindow
|
|
|
|
- NSView
|
2019-05-21 16:26:52 -04:00
|
|
|
- NSMenu
|
|
|
|
- NSMenuItem
|
2019-05-09 12:25:45 -04:00
|
|
|
- NSButton
|
2019-05-24 15:40:01 -04:00
|
|
|
- NSControl
|
2019-05-21 16:26:52 -04:00
|
|
|
- NSNotification
|
|
|
|
- NSLayoutConstraint
|
|
|
|
- NSDictionary
|
|
|
|
- NSArray
|
2019-05-23 16:31:47 -04:00
|
|
|
- NSObject
|
2019-05-09 12:25:45 -04:00
|
|
|
|
2019-05-24 15:40:01 -04:00
|
|
|
functions: [ NSMakeRect ]
|
2019-05-09 12:25:45 -04:00
|
|
|
|
|
|
|
enums:
|
|
|
|
- NSApplication.*
|
|
|
|
- NSBackingStore.*
|
|
|
|
- NSWindowStyleMask.*
|
|
|
|
- NSWindowButton
|
|
|
|
- NSWindowOrderingMode
|
2019-05-23 16:31:47 -04:00
|
|
|
- NSLayout.*
|
2019-05-09 12:25:45 -04:00
|
|
|
|
|
|
|
delegates:
|
2019-05-21 16:26:52 -04:00
|
|
|
AppDelegate:
|
|
|
|
NSApplicationDelegate:
|
|
|
|
- applicationWillTerminate
|
|
|
|
- applicationDidFinishLaunching
|
|
|
|
- applicationShouldTerminateAfterLastWindowClosed
|
|
|
|
- applicationDidBecomeActive
|
2019-05-09 12:25:45 -04:00
|
|
|
|
2019-05-24 15:40:01 -04:00
|
|
|
subclasses:
|
|
|
|
GButton:
|
|
|
|
NSButton:
|
|
|
|
- -(void)pressed
|
2019-06-27 11:41:58 -04:00
|
|
|
- dealloc
|
2019-05-24 15:40:01 -04:00
|
|
|
|
2019-05-23 16:31:47 -04:00
|
|
|
frameworks: [ Foundation, AppKit ]
|
2019-05-09 12:25:45 -04:00
|
|
|
pragma: [ clang diagnostic ignored "-Wformat-security" ]
|