]> git.saurik.com Git - wxWidgets.git/commitdiff
Added SetQuickBestSize and GetQuickBestSize
authorRobin Dunn <robin@alldunn.com>
Thu, 18 May 2006 15:57:05 +0000 (15:57 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 18 May 2006 15:57:05 +0000 (15:57 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39215 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/_treectrl.i

index bb17aca72d2c4192d8a2d247eed0454608814faf..97d3051b314d7bf14328e3d21a0dbbf662c86620 100644 (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;
+
 };