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 Tabbar ¶
type Tabbar struct { // Currently ignored: All tabbars are scrollable. // // Mostly because I don't know how to make them not scrollable. Scrollable bool ClusteredFixed bool Alignment layout.Alignment // only for ClusteredFixed Color struct { // Active: use Theme.Color.Text // Container: use Theme.Color.Primary Active color.NRGBA Inactive color.NRGBA Container color.NRGBA Divider color.NRGBA } Font font.Font IconType IconType Buttons layout.List CloseIcon *widget.Icon // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.