Fyne API fyne

fyne


import "fyne.io/fyne"

Usage

type Disableable

type Disableable interface {
	Enable()
	Disable()
	Disabled() bool
}

Disableable describes any CanvasObject that can be disabled. This is primarily used with objects that also implement the Tappable interface.