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