Pike v8.0 release 1738

Class GTK1.ProgressBar

Inheritance graph
Description

A simple progress bar. Useful when you are doing things that take a long time. Try to always have an 'abort' button whenever it makes sence.  GTK1.ProgressBar()->update(0.1)

 GTK1.ProgressBar()->set_show_text(1)->update(0.3)

 GTK1.ProgressBar()->update(0.6)

 GTK1.ProgressBar()->update(1.0)


Inherit Progress

inherit GTK1.Progress : Progress


Method create

GTK1.ProgressBar GTK1.ProgressBar()

Description

Create a new progress bar. The default values are: Min 0.0, max 1.0, current 0.0