#include <dialogs.h>
Public Member Functions | |
ProgressDialog (const Glib::ustring &label) | |
Constructor. | |
void | set_progress (double amount) |
Set the amount of progress done. | |
Private Member Functions | |
void | construct () |
Private Attributes | |
Gtk::Label * | m_Label |
Gtk::ProgressBar * | m_ProgBar |
ProgressDialog::ProgressDialog | ( | const Glib::ustring & | label | ) |
Constructor.
label | The text to display in the dialog |
void ProgressDialog::set_progress | ( | double | amount | ) |
Set the amount of progress done.
amount | Percentage of task completed |