wxRemotelyScrolledTreeCtrl now draws its own lines

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12847 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2001-12-03 21:29:50 +00:00
parent 74bcba0e33
commit 07c99b2608
5 changed files with 12 additions and 42 deletions

View File

@@ -402,7 +402,7 @@ public:
wxAcceleratorTable *GetAcceleratorTable();
#ifdef __WXMSW__
// This seems pretty bogus, but is currently needed for SplitTree
// A way to do the native draw first... Too bad it isn't in wxGTK too.
void OnPaint(wxPaintEvent& event);
#endif
};