28 #ifndef PROGRESSSTATUSBAR_H
29 #define PROGRESSSTATUSBAR_H
32 #include <wx/statusbr.h>
39 ProgressStatusBar(wxWindow *parent, wxWindowID
id,
long style = wxST_SIZEGRIP,
const wxString &name = wxT(
"statusBar"));
43 void OnSize(wxSizeEvent &event);
57 #endif // PROGRESSSTATUSBAR_H
class for showing a status bar with progress, the progress bar is always in the last field of the sta...
void OnSize(wxSizeEvent &event)
size change handler, correctly position gauge when size has changed
~ProgressStatusBar()
destructor, clean up all stuff
int GetProgress()
return current progress value, should be in range 0 - 100, or -1 if the progress gauge is hidden ...
void SetProgress(int progress)
update progress bar
ProgressStatusBar(wxWindow *parent, wxWindowID id, long style=wxST_SIZEGRIP, const wxString &name=wxT("statusBar"))
constructor, create the gauge internal