Versions in this module Expand all Collapse all v0 v0.2.0 Sep 27, 2017 Changes in this version + type ActivityIndicator struct + func (a *ActivityIndicator) OptionKey() string + type ProgressView struct + PaintStyle *paint.Style + Progress float64 + ProgressColor color.Color + ProgressNotifier comm.Float64Notifier + func NewProgressView() *ProgressView + func (v *ProgressView) Build(ctx view.Context) view.Model + func (v *ProgressView) Lifecycle(from, to view.Stage) + type SegmentView struct + Enabled bool + Momentary bool + OnChange func(value int) + PaintStyle *paint.Style + Titles []string + Value int + func NewSegmentView() *SegmentView + func (v *SegmentView) Build(ctx view.Context) view.Model + type Stack struct + func (s *Stack) Notify(f func()) comm.Id + func (s *Stack) Pop() + func (s *Stack) Push(vs view.View) + func (s *Stack) SetViews(vs ...view.View) + func (s *Stack) Unnotify(id comm.Id) + func (s *Stack) Views() []view.View + type StackBar struct + BackButtonHidden bool + BackButtonTitle string + LeftViews []view.View + RightViews []view.View + Title string + TitleView view.View + func (t *StackBar) OptionKey() string + type StackView struct + BackTextStyle *text.Style + BarColor color.Color + Stack *Stack + TitleTextStyle *text.Style + func NewStackView() *StackView + func (v *StackView) Build(ctx view.Context) view.Model + func (v *StackView) Lifecycle(from, to view.Stage) + type StatusBar struct + Hidden bool + Style StatusBarStyle + func (s *StatusBar) OptionKey() string + type StatusBarStyle int + const StatusBarStyleDark + const StatusBarStyleLight + type TabButton struct + Badge string + Icon image.Image + SelectedIcon image.Image + Title string + func (t *TabButton) OptionKey() string + type TabView struct + BarColor color.Color + SelectedColor color.Color + SelectedTextStyle *text.Style + Tabs *Tabs + UnselectedColor color.Color + UnselectedTextStyle *text.Style + func NewTabView() *TabView + func (v *TabView) Build(ctx view.Context) view.Model + func (v *TabView) Lifecycle(from, to view.Stage) + type Tabs struct + func (s *Tabs) Notify(f func()) comm.Id + func (s *Tabs) SelectedIndex() int + func (s *Tabs) SelectedView() view.View + func (s *Tabs) SetSelectedIndex(idx int) + func (s *Tabs) SetViews(ss ...view.View) + func (s *Tabs) Unnotify(id comm.Id) + func (s *Tabs) Views() []view.View