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/NSWindow.nim

8 lines
224 B

{.compile: "widgets/window.m".}
{.compile: "widgets/saneview.m".}
import NSFunctions
{.passL: "-fobjc-arc -framework Cocoa"}
proc newWindow*(title: cstring, width, height: int, style: int): ID {.importc: "createWindow".}