Versions in this module Expand all Collapse all v0 v0.2.0 Sep 27, 2017 Changes in this version + type PagerChildView struct + Title string + func (*PagerChildView) Descriptor() ([]byte, []int) + func (*PagerChildView) ProtoMessage() + func (m *PagerChildView) GetTitle() string + func (m *PagerChildView) Reset() + func (m *PagerChildView) String() string + type PagerEvent struct + SelectedIndex int64 + func (*PagerEvent) Descriptor() ([]byte, []int) + func (*PagerEvent) ProtoMessage() + func (m *PagerEvent) GetSelectedIndex() int64 + func (m *PagerEvent) Reset() + func (m *PagerEvent) String() string + type PagerView struct + ChildViews []*PagerChildView + SelectedIndex int64 + func (*PagerView) Descriptor() ([]byte, []int) + func (*PagerView) ProtoMessage() + func (m *PagerView) GetChildViews() []*PagerChildView + func (m *PagerView) GetSelectedIndex() int64 + func (m *PagerView) Reset() + func (m *PagerView) String() string + type StackBar struct + BackButtonHidden bool + Color *matcha.Color + Items []*StackBarItem + StyledSubtitle *matcha_text.StyledText + StyledTitle *matcha_text.StyledText + Subtitle string + Title string + func (*StackBar) Descriptor() ([]byte, []int) + func (*StackBar) ProtoMessage() + func (m *StackBar) GetBackButtonHidden() bool + func (m *StackBar) GetColor() *matcha.Color + func (m *StackBar) GetItems() []*StackBarItem + func (m *StackBar) GetStyledSubtitle() *matcha_text.StyledText + func (m *StackBar) GetStyledTitle() *matcha_text.StyledText + func (m *StackBar) GetSubtitle() string + func (m *StackBar) GetTitle() string + func (m *StackBar) Reset() + func (m *StackBar) String() string + type StackBarItem struct + Disabled bool + Icon *matcha.ImageOrResource + IconTint *matcha.Color + OnPressFunc string + Title string + func (*StackBarItem) Descriptor() ([]byte, []int) + func (*StackBarItem) ProtoMessage() + func (m *StackBarItem) GetDisabled() bool + func (m *StackBarItem) GetIcon() *matcha.ImageOrResource + func (m *StackBarItem) GetIconTint() *matcha.Color + func (m *StackBarItem) GetOnPressFunc() string + func (m *StackBarItem) GetTitle() string + func (m *StackBarItem) Reset() + func (m *StackBarItem) String() string + type StackChildView struct + ScreenId int64 + func (*StackChildView) Descriptor() ([]byte, []int) + func (*StackChildView) ProtoMessage() + func (m *StackChildView) GetScreenId() int64 + func (m *StackChildView) Reset() + func (m *StackChildView) 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 StackView struct + Children []*StackChildView + func (*StackView) Descriptor() ([]byte, []int) + func (*StackView) ProtoMessage() + func (m *StackView) GetChildren() []*StackChildView + func (m *StackView) Reset() + func (m *StackView) String() string + type StatusBar struct + Color *matcha.Color + Style bool + func (*StatusBar) Descriptor() ([]byte, []int) + func (*StatusBar) ProtoMessage() + func (m *StatusBar) GetColor() *matcha.Color + func (m *StatusBar) GetStyle() bool + func (m *StatusBar) Reset() + func (m *StatusBar) String() string