Documentation
¶
Overview ¶
Package bw is short for Borud's Widgets.
This package contains various widgets that I've needed. They are by no means production ready, but if you find them useful feel free to make use of them. Just be aware that they may change without warning, they may be slow and buggy.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bars ¶
type Bars struct { widget.BaseWidget BarMinSize fyne.Size Spacing float32 ColorFunc ColorFunc ShowPercentage bool // contains filtered or unexported fields }
Bars implements a simple bar chart widget
func (*Bars) CreateRenderer ¶
func (b *Bars) CreateRenderer() fyne.WidgetRenderer
CreateRenderer returns a renderer for Bars
Click to show internal directories.
Click to hide internal directories.