mirror of
https://github.com/Airr/nim-cocoa.git
synced 2024-11-24 09:45:30 +00:00
5 lines
195 B
Nim
5 lines
195 B
Nim
{.compile: "widgets/combobox.m".}
|
|
|
|
import NSFunctions
|
|
|
|
proc newComboBox*(parent: ID; left: cint; top: cint; width: cint; height: cint; `callback`: ACTION): ID {.cdecl, importc: "createComboBox".} |