Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InputBox ¶
type Slider ¶
type Spinner ¶
type SurfaceHandle ¶
type SurfaceHandle struct {
Width, Height int
Label string
// contains filtered or unexported fields
}
func (*SurfaceHandle) Render ¶
func (sh *SurfaceHandle) Render(ctx ui.Context)
func (*SurfaceHandle) Update ¶
func (sh *SurfaceHandle) Update(ctx ui.Context)
type ValueSlider ¶
type ValueSlider struct {
X, Y, Width, Height int
Value float64
MinValue, MaxValue float64
// contains filtered or unexported fields
}
func (*ValueSlider) Render ¶
func (vs *ValueSlider) Render(ctx ui.Context)
func (*ValueSlider) Update ¶
func (vs *ValueSlider) Update(ctx ui.Context)
Click to show internal directories.
Click to hide internal directories.