mirror of
https://github.com/Airr/nim-cocoa.git
synced 2024-11-24 09:45:30 +00:00
Initial commit of file used to create libcocoa.a library
This commit is contained in:
parent
623d150afa
commit
101e9a991a
46
cocoa_lib.nim
Normal file
46
cocoa_lib.nim
Normal file
@ -0,0 +1,46 @@
|
||||
{.passL: "-fobjc-arc -framework Cocoa -L$HOME/.nimble/lib -lcocoa"}
|
||||
|
||||
import Cocoa / [NSButton,
|
||||
NSCheckbox,
|
||||
NSColordialog,
|
||||
NSCombobox,
|
||||
NSContainer,
|
||||
NSDialog,
|
||||
NSFunctions,
|
||||
NSLabel,
|
||||
NSLine,
|
||||
NSListbox,
|
||||
NSMenu,
|
||||
NSMessagebox,
|
||||
NSOpendialog,
|
||||
NSRadioButton,
|
||||
NSSavedialog,
|
||||
NSSlider,
|
||||
NSTabView,
|
||||
NSTableview,
|
||||
NSTextedit,
|
||||
NSTextfield,
|
||||
NSWindow
|
||||
]
|
||||
|
||||
export NSButton,
|
||||
NSCheckbox,
|
||||
NSColordialog,
|
||||
NSCombobox,
|
||||
NSContainer,
|
||||
NSDialog,
|
||||
NSFunctions,
|
||||
NSLabel,
|
||||
NSLine,
|
||||
NSListbox,
|
||||
NSMenu,
|
||||
NSMessagebox,
|
||||
NSOpendialog,
|
||||
NSRadioButton,
|
||||
NSSavedialog,
|
||||
NSSlider,
|
||||
NSTabView,
|
||||
NSTableview,
|
||||
NSTextedit,
|
||||
NSTextfield,
|
||||
NSWindow
|
Loading…
Reference in New Issue
Block a user