mirror of
https://github.com/Airr/nim-cocoa.git
synced 2024-11-24 09:45:30 +00:00
5 lines
173 B
Nim
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".} |