loading

package
v0.0.24 Latest Latest
Warning

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

Go to latest
Published: Apr 24, 2024 License: GPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PulsatingBar

type PulsatingBar struct {
	*gtk.Box
	Bar *gtk.ProgressBar
}

PulsatingBar is a bar that moves back and forth asynchronously for as long as it is visible (mapped).

func NewPulsatingBar

func NewPulsatingBar(flags PulsatingFlags) *PulsatingBar

NewPulsatingBar creates a new PulsatingBar.

func (*PulsatingBar) Hide

func (p *PulsatingBar) Hide()

func (*PulsatingBar) Show

func (p *PulsatingBar) Show()

type PulsatingFlags

type PulsatingFlags uint8
const (
	// PulseFast pulses at double speed.
	PulseFast PulsatingFlags = 1 << iota
	// PulseBarOSD adds the .osd class.
	PulseBarOSD
)

Jump to

Keyboard shortcuts

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