#include "wx/dcclient.h"
#include "wx/dnd.h"
#include "wx/mdi.h"
+#include "wx/notebook.h"
#include "gdk/gdkkeysyms.h"
#include <math.h>
#include "wx/gtk/win_gtk.h"
};
};
};
+
+ if (IsKindOf(CLASSINFO(wxNotebook)))
+ {
+ wxNotebook *tab = (wxNotebook*)this;
+ tab->AddChild( child );
+ return;
+ };
+
m_children.Append( child );
if (child->IsKindOf(CLASSINFO(wxFrame)) || child->IsKindOf(CLASSINFO(wxDialog)))
{