package
1.4.0
Repository: https://github.com/gcla/gowid.git
Documentation: pkg.go.dev

# Functions

New will return an initialized progressbar Widget/.
Render will render a progressbar IWidget.

# Structs

Options is used for passing arguments to the progressbar initializer, New().
For callback registration.
No description provided by the author
Widget is the concrete type of a progressbar widget.

# Interfaces

IWidget - if your widget implements progress.IWidget, you will be able to render it using the progress.Render() function.