nim-cocoa/cocoa/NSSlider.nim
2021-08-08 15:33:13 -04:00

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".}