Versions in this module Expand all Collapse all v1 v1.4.5 Aug 11, 2024 v1.4.4 Jul 23, 2024 Changes in this version + func SetPaths(s []string) v1.4.3 Jul 23, 2024 Changes in this version + func GetFyneSettings() fyne.Settings + func GetPaths() []string + func GetWallpFillMode() modes.FillStyle + func GetWindow() fyne.Window + func SetFyneSettings(s fyne.Settings) + func SetGridSize(s GridSize) + func SetWallpFillMode(m modes.FillStyle) + func SetWindow(w fyne.Window) + func WriteConfig() + type Configuration struct + GridSize GridSize + Paths []string + WallpfillMode modes.FillStyle + type GridSize int + const LARGE + const NORMAL + const SMALL + func GetGridSize() GridSize + type Image struct + Path string + Thumbnail string + func ListImages() []Image + func (i Image) GenerateThumbnail() error