Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Waveform ¶
type Waveform struct { widget.BaseWidget // Inherit from BaseWidget StretchSamples bool TransparentBackground bool OverrideForeground bool OverrideForegroundColor color.Color OverrideBackground bool OverrideBackgroundColor color.Color // contains filtered or unexported fields }
Widget code starts here
A visualisation of an audio stream widget with themed or overridden background and foreground
func NewWaveform ¶
Create a Widget and Extend (initialiase) the BaseWidget
func (*Waveform) CreateRenderer ¶
func (w *Waveform) CreateRenderer() fyne.WidgetRenderer
Create the renderer. This is called by the fyne application
func (*Waveform) SetMinSize ¶
func (w *Waveform) SetMinSize(newSize fyne.Size)
Set the minsize (default is 200x64)
Click to show internal directories.
Click to hide internal directories.