DP: native wxTreeCtrl for GTK.

It *should* be buggy... Cause I do not know GTK...
But it works... I do not know why... Robert, please look at it...
I am not sure that it is ok...


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@495 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Denis Pershin
1998-08-10 17:53:44 +00:00
parent 9c331ded69
commit f4e325b3df
9 changed files with 2064 additions and 5 deletions

View File

@@ -6,9 +6,7 @@
#elif defined(__WXMOTIF__)
#include "wx/generic/treectrl.h"
#elif defined(__WXGTK__)
#include "wx/generic/treectrl.h"
#elif defined(__WXQT__)
#include "wx/generic/treectrl.h"
#include "wx/gtk/treectrl.h"
#endif
#endif