mirror of
https://github.com/Airr/nim-cocoa.git
synced 2024-11-24 09:45:30 +00:00
5 lines
152 B
Nim
5 lines
152 B
Nim
{.compile: "widgets/opendialog.m".}
|
|
|
|
import NSFunctions
|
|
|
|
proc newOpenDialog*(parent: ID, types: cstring): cstring {.cdecl, importc: "createOpenDialog".} |