From d306ba9b278f95dc3456c37d19eea619cb3f10c6 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 18 May 2006 15:57:05 +0000 Subject: [PATCH] Added SetQuickBestSize and GetQuickBestSize git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39215 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/_treectrl.i | 4 ++++ 1 file changed, 4 insertions(+) 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; + }; -- 2.45.2