git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23004
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
m_ownsImageList = FALSE;
}
m_ownsImageList = FALSE;
}
+bool
+wxNotebookBase::Create(wxWindow *parent,
+ wxWindowID id,
+ const wxPoint& pos,
+ const wxSize& size,
+ long style,
+ const wxString& name)
+{
+ return wxControl::Create
+ (
+ parent,
+ id,
+ pos,
+ size,
+ style,
+ wxDefaultValidator,
+ name
+ );
+}
+
wxNotebookBase::~wxNotebookBase()
{
if ( m_ownsImageList )
wxNotebookBase::~wxNotebookBase()
{
if ( m_ownsImageList )