proc minValue*(self: Range): float64 {.gcsafe, locks: 0
.}
-
proc `minValue =`*(self: Range; val: float64) {.gcsafe, locks: 0
.}
-
proc maxValue*(self: Range): float64 {.gcsafe, locks: 0
.}
-
proc `maxValue =`*(self: Range; val: float64) {.gcsafe, locks: 0
.}
-
proc step*(self: Range): float64 {.gcsafe, locks: 0
.}
-
proc `step =`*(self: Range; val: float64) {.gcsafe, locks: 0
.}
-
proc page*(self: Range): float64 {.gcsafe, locks: 0
.}
-
proc `page =`*(self: Range; val: float64) {.gcsafe, locks: 0
.}
-
proc value*(self: Range): float64 {.gcsafe, locks: 0
.}
-
proc `value =`*(self: Range; val: float64) {.gcsafe, locks: 0
.}
-
proc expEdit*(self: Range): bool {.gcsafe, locks: 0
.}
-
proc `expEdit =`*(self: Range; val: bool) {.gcsafe, locks: 0
.}
-
proc rounded*(self: Range): bool {.gcsafe, locks: 0
.}
-
proc `rounded =`*(self: Range; val: bool) {.gcsafe, locks: 0
.}
-
proc getAsRatio*(self: Range): float64 {.gcsafe, locks: 0
.}
-
proc setAsRatio*(self: Range; value: float64) {.gcsafe, locks: 0
.}
-
proc share*(self: Range; withh: Node) {.gcsafe, locks: 0
.}
-
proc unshare*(self: Range) {.gcsafe, locks: 0
.}
-