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