Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Box ¶
type Box struct { widget.BaseWidget // contains filtered or unexported fields }
func (*Box) CreateRenderer ¶
func (b *Box) CreateRenderer() fyne.WidgetRenderer
func (*Box) UpdateBottomOffset ¶
type Item ¶
type Item struct { widget.BaseWidget // contains filtered or unexported fields }
func NewItemWithMessage ¶
func NewItemWithMessage(message string, length ItemLength) *Item
func (*Item) CreateRenderer ¶
func (i *Item) CreateRenderer() fyne.WidgetRenderer
func (*Item) SetBackgroundColor ¶
type ItemLength ¶
type ItemLength int
const ( LengthShort ItemLength = iota LengthLong LengthIndefinite )
Click to show internal directories.
Click to hide internal directories.