Remove all mentions of wxGauge shadow width and bezel face.

The shadow width was only used by wxMotif and bezel face not used at all since
a very, very long time, so just remove these methods from the ports which still
had them (just doing nothing) and remove support of the corresponding XRC
attributes.
This commit is contained in:
Vadim Zeitlin
2015-04-20 18:43:43 +02:00
parent 13946f977d
commit 6d92f45385
9 changed files with 15 additions and 105 deletions

View File

@@ -40,11 +40,6 @@ public:
const wxValidator& validator = wxDefaultValidator,
const wxString& name = wxGaugeNameStr );
void SetShadowWidth( int WXUNUSED(w) ) { }
void SetBezelFace( int WXUNUSED(w) ) { }
int GetShadowWidth() const { return 0; }
int GetBezelFace() const { return 0; }
// determinate mode API
void SetRange( int r );
void SetValue( int pos );