Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type D ¶
type D = layout.Dimensions
type TabItem ¶
type TabItem struct { // Title of the tab. Title func(gtx C, th *theme.Theme) D // Main part of the tab content. Widget func(gtx C, th *theme.Theme) D // Title padding of the tab item. Inset layout.Inset // contains filtered or unexported fields }
func NewTabItem ¶
func SimpleTabItem ¶ added in v0.3.0
type TabView ¶
func (*TabView) CurrentTab ¶ added in v0.6.0
Click to show internal directories.
Click to hide internal directories.