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

Latest commit

 

History

History
31 lines (23 loc) · 370 Bytes

settings.md

File metadata and controls

31 lines (23 loc) · 370 Bytes
redirect_to layout tags title
page
api
Fyne API fyne

fyne


import "fyne.io/fyne"

Usage

type Settings

type Settings interface {
	Theme() Theme
	SetTheme(Theme)
	Scale() float32

	AddChangeListener(chan Settings)
}

Settings describes the application configuration available.