use sizers instead of constraints in wxProgressDialog (patch 980364)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28389 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2004-07-22 10:15:36 +00:00
parent d8b5a5175b
commit 0ca3b64f14
2 changed files with 28 additions and 59 deletions

View File

@@ -78,9 +78,8 @@ protected:
private:
// create the label with given text and another one to show the time nearby
// under the lastWindow and modify it to be the same as the control created
// (which is returned)
wxStaticText *CreateLabel(const wxString& text, wxWindow **lastWindow);
// as the next windows in the sizer, returns the created control
wxStaticText *CreateLabel(const wxString& text, wxSizer *sizer);
// the status bar
wxGauge *m_gauge;