]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/frame.h
Don't define __STRICT_ANSI__, we should build both with and without it.
[wxWidgets.git] / include / wx / gtk / frame.h
index 9d97293d52b068e6a6c4c70366bf371720cd8c8b..1f172c43c1a51dbed6772ae7a91365570bdf1648 100644 (file)
@@ -2,7 +2,6 @@
 // Name:        wx/gtk/frame.h
 // Purpose:
 // Author:      Robert Roebling
 // Name:        wx/gtk/frame.h
 // Purpose:
 // Author:      Robert Roebling
-// Id:          $Id$
 // Copyright:   (c) 1998 Robert Roebling, Julian Smart
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 // Copyright:   (c) 1998 Robert Roebling, Julian Smart
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -61,13 +60,9 @@ public:
     // implementation from now on
     // --------------------------
 
     // implementation from now on
     // --------------------------
 
-    // GTK callbacks
-    virtual void OnInternalIdle();
+    virtual bool SendIdleEvents(wxIdleEvent& event);
 
 protected:
 
 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;
 
     // override wxWindow methods to take into account tool/menu/statusbars
     virtual void DoGetClientSize( int *width, int *height ) const;
 
@@ -77,6 +72,8 @@ protected:
 #endif // wxUSE_MENUS_NATIVE
 
 private:
 #endif // wxUSE_MENUS_NATIVE
 
 private:
+    void Init();
+
     long m_fsSaveFlag;
 
     DECLARE_DYNAMIC_CLASS(wxFrame)
     long m_fsSaveFlag;
 
     DECLARE_DYNAMIC_CLASS(wxFrame)