]> git.saurik.com Git - wxWidgets.git/commitdiff
Header change for smooth Aqua buttons in wxTreeCtrl.
authorRobert Roebling <robert@roebling.de>
Mon, 17 Dec 2001 01:18:47 +0000 (01:18 +0000)
committerRobert Roebling <robert@roebling.de>
Mon, 17 Dec 2001 01:18:47 +0000 (01:18 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13053 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/generic/treectlg.h

index d10a4e7d42c1014ebdcf602a0426c44229424e09..df8adb4c6e5be2d13e9bbcdaa9e91467360e2d77 100644 (file)
@@ -382,6 +382,8 @@ protected:
 
     wxTimer             *m_renameTimer;
     wxString             m_renameRes;
+    
+    wxBitmap            *m_arrowRight,*m_arrowDown;
 
     // the common part of all ctors
     void Init();