| Gtk2-CV documentation | view source | Contained in the Gtk2-CV distribution. |
Gtk2::CV::Progress - a simple progress widget
use Gtk2::CV::ImageWindow;
title => the progress widget title (mandatory) work => amount of work (default 1)
The amount of work already done.
Increment the progress value by the given amount (default: 1).
Change the title to the given string.
Return true as long as the current progress is less than the work value.
Marc Lehmann <schmorp@schmorp.de>
| Gtk2-CV documentation | view source | Contained in the Gtk2-CV distribution. |