MCPcopy
hub / github.com/lxn/walk / Persistable

Interface Persistable

application.go:29–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29type Persistable interface {
30 Persistent() bool
31 SetPersistent(value bool)
32 SaveState() error
33 RestoreState() error
34}
35
36type Application struct {
37 mutex sync.RWMutex

Callers 30

PersistentMethod · 0.65
RestoreStateMethod · 0.65
SaveStateMethod · 0.65
PersistentMethod · 0.65
ShowMethod · 0.65
closeMethod · 0.65
ShowMethod · 0.65
SetPersistentMethod · 0.65
SetPersistentMethod · 0.65
NewCompositeWithStyleFunction · 0.65
NewMainWindowWithCfgFunction · 0.65

Implementers 10

Splittersplitter.go
GroupBoxgroupbox.go
ScrollViewscrollview.go
TableViewtableview.go
FormBaseform.go
TabWidgettabwidget.go
Sliderslider.go
Buttonbutton.go
ContainerBasecontainer.go
ComboBoxcombobox.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…