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)
KICOMMON_API wxSize GetTextSize(const wxString &aSingleLine, wxWindow *aWindow)
Return the size of aSingleLine of text when it is rendered in aWindow using whatever font is currentl...