A version of a wxStaticText control that will request a smaller size than the full string.
wxSize DoGetBestSize() const override
void SetMinimumStringLength(const wxString &aString)
Set the string that is used for determining the requested size of the control.
wxString m_minimumString
The string that is used to set the minimum control width.