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;
bool m_justInserted;