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

5 lines
161 B
Nim

{.compile: "widgets/label.m".}
import NSFunctions
proc newLabel*(parent: ID; txt: cstring, left, top, width, height: int): ID {.cdecl, importc: "createLabel".}