Versions in this module Expand all Collapse all v0 v0.1.0 Aug 1, 2017 Changes in this version + type Bar struct + BackButtonHidden bool + BackButtonTitle string + CustomBackButtonTitle bool + LeftViewIds []int64 + RightViewIds []int64 + Title string + TitleViewId int64 + func (*Bar) Descriptor() ([]byte, []int) + func (*Bar) ProtoMessage() + func (m *Bar) GetBackButtonHidden() bool + func (m *Bar) GetBackButtonTitle() string + func (m *Bar) GetCustomBackButtonTitle() bool + func (m *Bar) GetLeftViewIds() []int64 + func (m *Bar) GetRightViewIds() []int64 + func (m *Bar) GetTitle() string + func (m *Bar) GetTitleViewId() int64 + func (m *Bar) Reset() + func (m *Bar) String() string + type ChildView struct + BarId int64 + ScreenId int64 + ViewId int64 + func (*ChildView) Descriptor() ([]byte, []int) + func (*ChildView) ProtoMessage() + func (m *ChildView) GetBarId() int64 + func (m *ChildView) GetScreenId() int64 + func (m *ChildView) GetViewId() int64 + func (m *ChildView) Reset() + func (m *ChildView) String() string + type StackEvent struct + Id []int64 + func (*StackEvent) Descriptor() ([]byte, []int) + func (*StackEvent) ProtoMessage() + func (m *StackEvent) GetId() []int64 + func (m *StackEvent) Reset() + func (m *StackEvent) String() string + type View struct + BackTextStyle *matcha_text.TextStyle + BarColor *matcha.Color + Children []*ChildView + TitleTextStyle *matcha_text.TextStyle + func (*View) Descriptor() ([]byte, []int) + func (*View) ProtoMessage() + func (m *View) GetBackTextStyle() *matcha_text.TextStyle + func (m *View) GetBarColor() *matcha.Color + func (m *View) GetChildren() []*ChildView + func (m *View) GetTitleTextStyle() *matcha_text.TextStyle + func (m *View) Reset() + func (m *View) String() string