golib
0.5
|
Gtk::ProgressBar with an internal fraction step and fraction stored. incrementFraction() increments the current fraction and update() simply does this->set_fraction(this->get_fraction()). More...
#include <progressbar.h>
Public Member Functions | |
void | setFractionStep (goDouble s) |
goDouble | getFractionStep () const |
void | incrementFraction () |
void | update () |
Gtk::ProgressBar with an internal fraction step and fraction stored. incrementFraction() increments the current fraction and update() simply does this->set_fraction(this->get_fraction()).