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