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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user