See last changelog
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@543 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -32,6 +32,7 @@ class wxToolBar;
|
||||
class wxBitmapButton;
|
||||
class wxStaticBitmap;
|
||||
class wxFrame;
|
||||
class wxDialog;
|
||||
class wxTreeCtrl;
|
||||
|
||||
class wxMask;
|
||||
@@ -62,6 +63,7 @@ class wxMask: public wxObject
|
||||
friend wxBitmapButton;
|
||||
friend wxStaticBitmap;
|
||||
friend wxFrame;
|
||||
friend wxDialog;
|
||||
friend wxTreeCtrl;
|
||||
|
||||
GdkBitmap *GetBitmap() const;
|
||||
@@ -124,6 +126,7 @@ class wxBitmap: public wxObject
|
||||
friend wxBitmapButton;
|
||||
friend wxStaticBitmap;
|
||||
friend wxFrame;
|
||||
friend wxDialog;
|
||||
friend wxTreeCtrl;
|
||||
|
||||
GdkPixmap *GetPixmap() const;
|
||||
|
Reference in New Issue
Block a user