Added friend wxNotebook
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@664 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -34,6 +34,7 @@ class wxStaticBitmap;
|
|||||||
class wxFrame;
|
class wxFrame;
|
||||||
class wxDialog;
|
class wxDialog;
|
||||||
class wxTreeCtrl;
|
class wxTreeCtrl;
|
||||||
|
class wxNotebook;
|
||||||
|
|
||||||
class wxMask;
|
class wxMask;
|
||||||
class wxBitmap;
|
class wxBitmap;
|
||||||
@@ -65,6 +66,7 @@ class wxMask: public wxObject
|
|||||||
friend wxFrame;
|
friend wxFrame;
|
||||||
friend wxDialog;
|
friend wxDialog;
|
||||||
friend wxTreeCtrl;
|
friend wxTreeCtrl;
|
||||||
|
friend wxNotebook;
|
||||||
|
|
||||||
GdkBitmap *GetBitmap() const;
|
GdkBitmap *GetBitmap() const;
|
||||||
|
|
||||||
|
@@ -34,6 +34,7 @@ class wxStaticBitmap;
|
|||||||
class wxFrame;
|
class wxFrame;
|
||||||
class wxDialog;
|
class wxDialog;
|
||||||
class wxTreeCtrl;
|
class wxTreeCtrl;
|
||||||
|
class wxNotebook;
|
||||||
|
|
||||||
class wxMask;
|
class wxMask;
|
||||||
class wxBitmap;
|
class wxBitmap;
|
||||||
@@ -65,6 +66,7 @@ class wxMask: public wxObject
|
|||||||
friend wxFrame;
|
friend wxFrame;
|
||||||
friend wxDialog;
|
friend wxDialog;
|
||||||
friend wxTreeCtrl;
|
friend wxTreeCtrl;
|
||||||
|
friend wxNotebook;
|
||||||
|
|
||||||
GdkBitmap *GetBitmap() const;
|
GdkBitmap *GetBitmap() const;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user