m_parent->DoAddChild( this );
PostCreation();
-
+ SetBestSize(size);
+
Show( TRUE );
return TRUE;
m_rangeMax ? ((float)m_gaugePos)/m_rangeMax : 0.);
}
+wxSize wxGauge::DoGetBestSize() const
+{
+ return wxSize(100, 28);
+}
+
void wxGauge::SetRange( int range )
{
m_rangeMax = range;