Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HotReloader ¶
type HotReloader struct{}
HotReloader is a no-op stub when the hotreload build tag is absent.
func NewHotReloader ¶
func NewHotReloader(_ *template.TemplateRegistry, _ *widget.Screen, _ widget.Controller, _, _ string) (*HotReloader, error)
NewHotReloader returns an error-free no-op when the hotreload build tag is absent.
func NewHotReloaderDirect ¶
func NewHotReloaderDirect(_ *template.TemplateRegistry, _ *widget.Screen, _ widget.Controller, _, _ string) *HotReloader
NewHotReloaderDirect returns a no-op stub.
func (*HotReloader) Reload ¶
func (hr *HotReloader) Reload() error
Reload is a no-op when the hotreload build tag is absent.
func (*HotReloader) ReloadTheme ¶
func (hr *HotReloader) ReloadTheme() error
ReloadTheme is a no-op when the hotreload build tag is absent.
func (*HotReloader) Stop ¶
func (hr *HotReloader) Stop()
Stop is a no-op when the hotreload build tag is absent.
func (*HotReloader) WatchTheme ¶
func (hr *HotReloader) WatchTheme(_ string) error
WatchTheme is a no-op when the hotreload build tag is absent.
Click to show internal directories.
Click to hide internal directories.