progress

package
v1.1.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 25, 2026 License: GPL-3.0 Imports: 4 Imported by: 0

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

type Progress

type Progress interface {
	SetValue(value float64)
	Done()
	Start() bool
	Working() bool
	GetValue() float64
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL