Documentation ¶ Index ¶ type State func NewState() *State func (s *State) Get() bool func (s *State) Set(modified bool) type View func NewView(app eventlink.AppFramer, pal *palette.Palette) *View func (v *View) Destroy() func (v *View) Draw() Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type State ¶ type State bool func NewState ¶ func NewState() *State func (*State) Get ¶ func (s *State) Get() bool func (*State) Set ¶ func (s *State) Set(modified bool) type View ¶ type View struct { *State // contains filtered or unexported fields } func NewView ¶ func NewView(app eventlink.AppFramer, pal *palette.Palette) *View func (*View) Destroy ¶ func (v *View) Destroy() func (*View) Draw ¶ func (v *View) Draw() Source Files ¶ View all Source files model.go view.go Click to show internal directories. Click to hide internal directories.