// Purpose: TDI-based MDI implementation for wxGTK
// Author: Robert Roebling
// Modified by: 2008-10-31 Vadim Zeitlin: derive from the base classes
-// Id: $Id$
// Copyright: (c) 1998 Robert Roebling
// (c) 2008 Vadim Zeitlin
// Licence: wxWindows licence
virtual void OnInternalIdle();
protected:
- void Init();
virtual void DoGetClientSize(int* width, int* height) const;
private:
friend class wxMDIChildFrame;
+ void Init();
DECLARE_DYNAMIC_CLASS(wxMDIParentFrame)
};
void OnActivate( wxActivateEvent& event );
void OnMenuHighlight( wxMenuEvent& event );
+ virtual void GTKHandleRealized();
wxMenuBar *m_menuBar;
- GtkNotebookPage *m_page;
bool m_justInserted;
private: