Documentation
¶
Index ¶
Constants ¶
View Source
const ( ColorNameGray fyne.ThemeColorName = "gray" ColorNameDiscrete fyne.ThemeColorName = "discrete" ColorNameProminent fyne.ThemeColorName = "prominent" ColorNameImposing fyne.ThemeColorName = "imposing" ColorNameScreaming fyne.ThemeColorName = "screaming" ColorNamePrimary fyne.ThemeColorName = "primary" ColorNameSecondary fyne.ThemeColorName = "secondary" ColorNameTertiary fyne.ThemeColorName = "tertiary" ColorNameMessage fyne.ThemeColorName = "message" ColorNameWarning fyne.ThemeColorName = "warning" ColorNameError fyne.ThemeColorName = "error" )
View Source
const ( SizeNameMajorText fyne.ThemeSizeName = "major" SizeNameMinorText fyne.ThemeSizeName = "minor" SizeNamePrimaryText fyne.ThemeSizeName = "primary" SizeNameSecondaryText fyne.ThemeSizeName = "secondary" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Small ¶
type Small struct{}
func (Small) Color ¶
func (Small) Color(name fyne.ThemeColorName, variant fyne.ThemeVariant) color.Color
Color implements fyne.Theme.
type Standard ¶
type Standard struct{}
func NewStandard ¶
func NewStandard() *Standard
func (Standard) Color ¶
func (Standard) Color(name fyne.ThemeColorName, variant fyne.ThemeVariant) color.Color
Color implements fyne.Theme.
type Tight ¶
type Tight struct{}
func (Tight) Color ¶
func (Tight) Color(name fyne.ThemeColorName, variant fyne.ThemeVariant) color.Color
Color implements fyne.Theme.
Click to show internal directories.
Click to hide internal directories.