remove DoSetSize override, unneeded after r72001
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72004 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -48,10 +48,6 @@ protected:
|
|||||||
virtual bool GTKWidgetNeedsMnemonic() const;
|
virtual bool GTKWidgetNeedsMnemonic() const;
|
||||||
virtual void GTKWidgetDoSetMnemonic(GtkWidget* w);
|
virtual void GTKWidgetDoSetMnemonic(GtkWidget* w);
|
||||||
|
|
||||||
virtual void DoSetSize(int x, int y,
|
|
||||||
int width, int height,
|
|
||||||
int sizeFlags = wxSIZE_AUTO);
|
|
||||||
|
|
||||||
virtual wxSize DoGetBestSize() const;
|
virtual wxSize DoGetBestSize() const;
|
||||||
|
|
||||||
virtual wxString DoGetLabel() const;
|
virtual wxString DoGetLabel() const;
|
||||||
|
@@ -191,13 +191,6 @@ bool wxStaticText::SetFont( const wxFont &font )
|
|||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
void wxStaticText::DoSetSize(int x, int y,
|
|
||||||
int width, int height,
|
|
||||||
int sizeFlags )
|
|
||||||
{
|
|
||||||
wxStaticTextBase::DoSetSize(x, y, width, height, sizeFlags);
|
|
||||||
}
|
|
||||||
|
|
||||||
wxSize wxStaticText::DoGetBestSize() const
|
wxSize wxStaticText::DoGetBestSize() const
|
||||||
{
|
{
|
||||||
// Do not return any arbitrary default value...
|
// Do not return any arbitrary default value...
|
||||||
|
Reference in New Issue
Block a user