// 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_
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;
// Virtual function hiding supression
virtual void Update() { wxDialog::Update(); }
- DECLARE_NO_COPY_CLASS(wxProgressDialog)
+ wxDECLARE_NO_COPY_CLASS(wxProgressDialog);
};
#endif // wxUSE_PROGRESSDLG