Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FyneProgress ¶
type FyneProgress struct {
// contains filtered or unexported fields
}
func NewFyneProgress ¶
func NewFyneProgress(progress *widget.ProgressBar) *FyneProgress
func (*FyneProgress) Canvas ¶
func (p *FyneProgress) Canvas() fyne.CanvasObject
func (*FyneProgress) Done ¶
func (p *FyneProgress) Done()
func (*FyneProgress) GetValue ¶
func (p *FyneProgress) GetValue() float64
func (*FyneProgress) SetValue ¶
func (p *FyneProgress) SetValue(value float64)
func (*FyneProgress) Start ¶
func (p *FyneProgress) Start() bool
func (*FyneProgress) Working ¶
func (p *FyneProgress) Working() bool
Click to show internal directories.
Click to hide internal directories.