Give wxGauge a best size

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26154 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-03-10 01:15:30 +00:00
parent b6db2e9107
commit 3a12cb0a94
4 changed files with 18 additions and 2 deletions

View File

@@ -98,6 +98,8 @@ protected:
// set the gauge value to the value of m_gaugePos
void DoSetGauge();
virtual wxSize DoGetBestSize() const;
private:
DECLARE_DYNAMIC_CLASS(wxGauge)
};