Added SetQuickBestSize and GetQuickBestSize

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39215 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2006-05-18 15:57:05 +00:00
parent d8d07a796f
commit d306ba9b27

View File

@ -736,6 +736,10 @@ value is set to a bitmask of wxTREE_HITTEST_xxx constants.
static wxVisualAttributes
GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);
void SetQuickBestSize(bool q);
bool GetQuickBestSize() const;
};