You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
nim-cocoa/cocoa_lib.nim

48 lines
1.1 KiB

{.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,
NSStatusBar
]
export NSButton,
NSCheckbox,
NSColordialog,
NSCombobox,
NSContainer,
NSDialog,
NSFunctions,
NSLabel,
NSLine,
NSListbox,
NSMenu,
NSMessagebox,
NSOpendialog,
NSRadioButton,
NSSavedialog,
NSSlider,
NSTabView,
NSTableview,
NSTextedit,
NSTextfield,
NSWindow,
NSStatusBar