X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/53a2db124c633f80bdb16336084262037d879a2c..7d3f6b4ded6aa412cb1cc306fef478955d448c5b:/include/wx/palmos/progdlg.h diff --git a/include/wx/palmos/progdlg.h b/include/wx/palmos/progdlg.h index a6de9ec0b7..711be7350c 100644 --- a/include/wx/palmos/progdlg.h +++ b/include/wx/palmos/progdlg.h @@ -2,11 +2,11 @@ // Name: wx/palmos/progdlg.h // Purpose: wxProgressDialog interface // Author: Wlodzimierz ABX Skiba -// Modified by: +// Modified by: // Created: 29.12.2004 // RCS-ID: $Id$ // Copyright: (c) Wlodzimierz Skiba -// License: wxWindows licence +// Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// #ifndef _PREFCONF_H_ @@ -35,6 +35,10 @@ public: Boolean Callback(/*PrgCallbackData */ void *data); + int GetValue() const { return m_cur; } + int GetRange() const { return m_max; } + wxString GetMessage() const { return m_msg; } + private: /*ProgressType*/ void *m_prgFrame; @@ -46,7 +50,7 @@ private: // Virtual function hiding supression virtual void Update() { wxDialog::Update(); } - DECLARE_NO_COPY_CLASS(wxProgressDialog) + wxDECLARE_NO_COPY_CLASS(wxProgressDialog); }; #endif // wxUSE_PROGRESSDLG