Module Ui.Float_selector
Floating point value selector.
The value is selected by a slider. See the styling information.
Selector
val v :
?class':Jstr.t ->
?enabled:bool Note.signal ->
?min:float Note.signal ->
?max:float Note.signal ->
?step:float option Note.signal ->
float Note.signal ->
Note_brr_kit.Ui.Float_selector.tval action : Note_brr_kit.Ui.Float_selector.t -> float Note.eventaction b is an event that occurs when a new float is selected.
val enabled : Note_brr_kit.Ui.Float_selector.t -> bool Note.signalenabled b is a signal that is true iff the selector is enabled.
val el : Note_brr_kit.Ui.Float_selector.t -> Brr.El.t