Fyne API fyne

fyne


import "fyne.io/fyne"

Usage

type Shortcutable

type Shortcutable interface {
	TypedShortcut(Shortcut)
}

Shortcutable describes any CanvasObject that can respond to shortcut commands (quit, cut, copy, and paste).