nim-cocoa/cocoa/NSCheckbox.nim
2021-08-08 15:33:13 -04:00

5 lines
173 B
Nim

{.compile: "widgets/checkbox.m".}
import NSFunctions
proc newCheckBox*(parent: ID, caption: cstring, left, top, width, height:int): ID {.cdecl, importc: "createCheckBox".}