// Name: wx/gtk/frame.h
// Purpose:
// Author: Robert Roebling
-// Id: $Id$
// Copyright: (c) 1998 Robert Roebling, Julian Smart
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
virtual bool SendIdleEvents(wxIdleEvent& event);
protected:
- // common part of all ctors
- void Init();
-
// override wxWindow methods to take into account tool/menu/statusbars
virtual void DoGetClientSize( int *width, int *height ) const;
#endif // wxUSE_MENUS_NATIVE
private:
+ void Init();
+
long m_fsSaveFlag;
DECLARE_DYNAMIC_CLASS(wxFrame)