Initial commit of file used to create libcocoa.a library

dev
Armando Rivera 3 years ago
parent 623d150afa
commit 101e9a991a
  1. 46
      cocoa_lib.nim

@ -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…
Cancel
Save