Documentation
¶
Overview ¶
Package selectlist implements a selectlist gio component This code was extracted from public domain licensed project expgio See: https://github.com/egonelbre/expgio
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FocusBorderStyle ¶
func FocusBorder ¶
func FocusBorder(th *material.Theme, focused bool) FocusBorderStyle
func (FocusBorderStyle) Layout ¶
func (focus FocusBorderStyle) Layout(gtx layout.Context, w layout.Widget) layout.Dimensions
type SelectList ¶
type SelectList struct { widget.List Selected int Hovered int ItemHeight unit.Dp Theme *material.Theme // contains filtered or unexported fields }
func (*SelectList) Layout ¶
func (list *SelectList) Layout(gtx layout.Context, length int, element layout.ListElement) layout.Dimensions
Click to show internal directories.
Click to hide internal directories.