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

@@ -32,6 +32,7 @@ class wxToolBar;
class wxBitmapButton;
class wxStaticBitmap;
class wxFrame;
class wxTreeCtrl;
class wxMask;
class wxBitmap;
@@ -61,6 +62,7 @@ class wxMask: public wxObject
friend wxBitmapButton;
friend wxStaticBitmap;
friend wxFrame;
friend wxTreeCtrl;
GdkBitmap *GetBitmap() const;
@@ -122,6 +124,7 @@ class wxBitmap: public wxObject
friend wxBitmapButton;
friend wxStaticBitmap;
friend wxFrame;
friend wxTreeCtrl;
GdkPixmap *GetPixmap() const;
GdkBitmap *GetBitmap() const;