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:
@@ -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 );
|
||||
|
Reference in New Issue
Block a user