Skip to content
This repository has been archived by the owner on Jan 27, 2024. It is now read-only.

Latest commit

 

History

History
27 lines (20 loc) · 310 Bytes

shortcut.md

File metadata and controls

27 lines (20 loc) · 310 Bytes
redirect_to layout tags title
page
api
Fyne API fyne

fyne


import "fyne.io/fyne"

Usage

type Shortcut

type Shortcut interface {
	ShortcutName() string
}

Shortcut is the interface used to describe a shortcut action