adam-gui/vendor/fyne.io/fyne/v2/driver/desktop/app.go

12 lines
220 B
Go
Raw Permalink Normal View History

2024-04-29 19:13:50 +02:00
package desktop
import "fyne.io/fyne/v2"
// App defines the desktop specific extensions to a fyne.App.
//
// Since: 2.2
type App interface {
SetSystemTrayMenu(menu *fyne.Menu)
SetSystemTrayIcon(icon fyne.Resource)
}