Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Anim ¶
type Label ¶
type Menu ¶
type Menu struct { List layout.List Label Label Hover color.NRGBA Border widget.Border // contains filtered or unexported fields }
Menu lays out a vertical set of widgets and adds a border around each of them. Borders will all have their width set to the widest widget.
func (*Menu) Layout ¶
func (m *Menu) Layout(gtx layout.Context, n int, el MenuElement) layout.Dimensions
Layout lays out the widgets with a button if set as such, in the center of the current container.
type MenuItem ¶
type MenuItem struct {
// contains filtered or unexported fields
}
func MenuButton ¶
func MenuNoTitle ¶
func MenuSpacer ¶
type Table ¶
type TableColumn ¶
type TableColumn struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.