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 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
Click to show internal directories.
Click to hide internal directories.