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