30 : wxStaticText( aParent, aID, aLabel, aPos, aSize, aStyle ),
A version of a wxStaticText control that will request a smaller size than the full string.
wxSize DoGetBestSize() const override
WX_ELLIPSIZED_STATIC_TEXT(wxWindow *aParent, wxWindowID aID, const wxString &aLabel, const wxPoint &aPos=wxDefaultPosition, const wxSize &aSize=wxDefaultSize, long aStyle=0)