mirror of
https://github.com/Airr/nim-cocoa.git
synced 2024-11-24 09:45:30 +00:00
5 lines
150 B
Nim
5 lines
150 B
Nim
{.compile: "widgets/dialog.m".}
|
|
|
|
# import NSFunctions
|
|
|
|
proc newDialog*(title, message: cstring, height: cint): cint {.cdecl, importc: "createDialog".} |