Versions in this module Expand all Collapse all v0 v0.2.0 Sep 27, 2017 Changes in this version + type ProgressView struct + Progress float64 + ProgressColor *matcha.Color + func (*ProgressView) Descriptor() ([]byte, []int) + func (*ProgressView) ProtoMessage() + func (m *ProgressView) GetProgress() float64 + func (m *ProgressView) GetProgressColor() *matcha.Color + func (m *ProgressView) Reset() + func (m *ProgressView) String() string + type SegmentView struct + Enabled bool + Momentary bool + Titles []string + Value int64 + func (*SegmentView) Descriptor() ([]byte, []int) + func (*SegmentView) ProtoMessage() + func (m *SegmentView) GetEnabled() bool + func (m *SegmentView) GetMomentary() bool + func (m *SegmentView) GetTitles() []string + func (m *SegmentView) GetValue() int64 + func (m *SegmentView) Reset() + func (m *SegmentView) String() string + type SegmentViewEvent struct + Value int64 + func (*SegmentViewEvent) Descriptor() ([]byte, []int) + func (*SegmentViewEvent) ProtoMessage() + func (m *SegmentViewEvent) GetValue() int64 + func (m *SegmentViewEvent) Reset() + func (m *SegmentViewEvent) String() string + type StackBar struct + BackButtonHidden bool + BackButtonTitle string + CustomBackButtonTitle bool + HasTitleView bool + LeftViewCount int64 + RightViewCount int64 + Title string + func (*StackBar) Descriptor() ([]byte, []int) + func (*StackBar) ProtoMessage() + func (m *StackBar) GetBackButtonHidden() bool + func (m *StackBar) GetBackButtonTitle() string + func (m *StackBar) GetCustomBackButtonTitle() bool + func (m *StackBar) GetHasTitleView() bool + func (m *StackBar) GetLeftViewCount() int64 + func (m *StackBar) GetRightViewCount() int64 + func (m *StackBar) GetTitle() string + func (m *StackBar) Reset() + func (m *StackBar) 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 + BackTextStyle *matcha_text.TextStyle + BarColor *matcha.Color + Children []*StackChildView + TitleTextStyle *matcha_text.TextStyle + func (*StackView) Descriptor() ([]byte, []int) + func (*StackView) ProtoMessage() + func (m *StackView) GetBackTextStyle() *matcha_text.TextStyle + func (m *StackView) GetBarColor() *matcha.Color + func (m *StackView) GetChildren() []*StackChildView + func (m *StackView) GetTitleTextStyle() *matcha_text.TextStyle + func (m *StackView) Reset() + func (m *StackView) String() string + type TabChildView struct + Badge string + Icon *matcha.ImageOrResource + SelectedIcon *matcha.ImageOrResource + Title string + func (*TabChildView) Descriptor() ([]byte, []int) + func (*TabChildView) ProtoMessage() + func (m *TabChildView) GetBadge() string + func (m *TabChildView) GetIcon() *matcha.ImageOrResource + func (m *TabChildView) GetSelectedIcon() *matcha.ImageOrResource + func (m *TabChildView) GetTitle() string + func (m *TabChildView) Reset() + func (m *TabChildView) String() string + type TabEvent struct + SelectedIndex int64 + func (*TabEvent) Descriptor() ([]byte, []int) + func (*TabEvent) ProtoMessage() + func (m *TabEvent) GetSelectedIndex() int64 + func (m *TabEvent) Reset() + func (m *TabEvent) String() string + type TabView struct + BarColor *matcha.Color + Screens []*TabChildView + SelectedColor *matcha.Color + SelectedIndex int64 + SelectedTextStyle *matcha_text.TextStyle + UnselectedColor *matcha.Color + UnselectedTextStyle *matcha_text.TextStyle + func (*TabView) Descriptor() ([]byte, []int) + func (*TabView) ProtoMessage() + func (m *TabView) GetBarColor() *matcha.Color + func (m *TabView) GetScreens() []*TabChildView + func (m *TabView) GetSelectedColor() *matcha.Color + func (m *TabView) GetSelectedIndex() int64 + func (m *TabView) GetSelectedTextStyle() *matcha_text.TextStyle + func (m *TabView) GetUnselectedColor() *matcha.Color + func (m *TabView) GetUnselectedTextStyle() *matcha_text.TextStyle + func (m *TabView) Reset() + func (m *TabView) String() string