Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ScreenSaver ¶
type ScreenSaver struct {
Label string
Lock, LockImmediately bool
ClockFormat string
OnUnlocked func()
// contains filtered or unexported fields
}
func NewScreenSaver ¶
func NewScreenSaver(onUnlocked func()) *ScreenSaver
func (*ScreenSaver) MakeUI ¶
func (s *ScreenSaver) MakeUI(w fyne.Window) fyne.CanvasObject
func (*ScreenSaver) ShowWindow ¶
func (s *ScreenSaver) ShowWindow()
func (*ScreenSaver) ShowWindows ¶
func (s *ScreenSaver) ShowWindows()
Click to show internal directories.
Click to hide internal directories.
