Merge recent stattext chages also into WXgtk1

This commit is contained in:
Jouk
2019-07-09 09:02:14 +02:00
parent acef902ea6
commit d3a3353a8d
2 changed files with 21 additions and 0 deletions

View File

@@ -48,6 +48,8 @@ protected:
int sizeFlags = wxSIZE_AUTO);
virtual wxSize DoGetBestSize() const;
virtual wxString WXGetVisibleLabel() const wxOVERRIDE;
virtual void WXSetVisibleLabel(const wxString& str) wxOVERRIDE;
wxDECLARE_DYNAMIC_CLASS(wxStaticText);
};