Documentation ¶
Overview ¶
Package segmentview implements a native slider.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type View ¶
type View struct { view.Embed PaintStyle *paint.Style Value float64 ValueNotifier comm.Float64Notifier MaxValue float64 MinValue float64 OnValueChange func(value float64) OnSubmit func(value float64) Enabled bool // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.