- PreCreation( parent, id, pos, size, style, name );
+ if (!PreCreation( parent, pos, size ) ||
+ !CreateBase( parent, id, pos, size, style, validator, name ))
+ {
+ wxFAIL_MSG( wxT("wxGauge creation failed") );
+ return FALSE;
+ }
+
+ m_rangeMax = range;
+ m_gaugePos = 0;
+ m_useProgressBar = TRUE;