-
- void SetShadowWidth( const int WXUNUSED(w) ) {};
- void SetBezelFace( const int WXUNUSED(w) ) {};
- void SetRange( const int r );
- void SetValue( const int pos );
- int GetShadowWidth(void) const { return 0; };
- int GetBezelFace(void) const { return 0; };
- int GetRange(void) const;
- int GetValue(void) const;
-
- // Are we a Win95/GTK progress bar, or a normal gauge?
- inline bool GetProgressBar(void) const { return m_useProgressBar; }
-
- protected:
-
+ void SetShadowWidth( int WXUNUSED(w) ) {};
+ void SetBezelFace( int WXUNUSED(w) ) {};
+ void SetRange( int r );
+ void SetValue( int pos );
+ int GetShadowWidth() const { return 0; };
+ int GetBezelFace() const { return 0; };
+ int GetRange() const;
+ int GetValue() const;
+
+ // Are we a Win95/GTK progress bar, or a normal gauge?
+ inline bool GetProgressBar() const { return m_useProgressBar; }
+
+ // implementation
+
+ void ApplyWidgetStyle();
+