mirror of
https://github.com/Airr/nim-cocoa.git
synced 2025-05-10 02:32:08 +00:00
5 lines
161 B
Nim
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".} |