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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user