Documentation
¶
Index ¶
Constants ¶
View Source
const ( TabSelectedEvent = TabEvent("TabSelected") TabClosedEvent = TabEvent("TabClosed") )
Variables ¶
Functions ¶
This section is empty.
Types ¶
type ActionBar ¶
type ActionBar struct {
// contains filtered or unexported fields
}
func (*ActionBar) SetActions ¶
func (ab *ActionBar) SetActions(actions []view.ViewAction, maxVisibleActions int)
type D ¶
type D = layout.Dimensions
type NavItem ¶
type NavItem interface {
// when there's menu options, a context menu should be attached to this navItem.
// The returned boolean value suggest the position of the popup menu should be at
// fixed position or not. NavTree should place a clickable icon to guide user interactions.
}
type NavTree ¶ added in v0.7.0
type NavTree struct {
// contains filtered or unexported fields
}
func NewNavItem ¶
func (*NavTree) IsSelected ¶ added in v0.7.0
type Tabbar ¶
type Tabbar struct {
// contains filtered or unexported fields
}
func NewTabbar ¶
func NewTabbar(vm view.ViewManager, options *TabbarOptions) *Tabbar
type TabbarOptions ¶ added in v0.4.0
Click to show internal directories.
Click to hide internal directories.