From: Robin Dunn Date: Thu, 18 May 2006 15:57:05 +0000 (+0000) Subject: Added SetQuickBestSize and GetQuickBestSize X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/d306ba9b278f95dc3456c37d19eea619cb3f10c6?ds=inline Added SetQuickBestSize and GetQuickBestSize git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39215 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/src/_treectrl.i b/wxPython/src/_treectrl.i index bb17aca72d..97d3051b31 100644 --- a/wxPython/src/_treectrl.i +++ b/wxPython/src/_treectrl.i @@ -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; + };