]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/frame.h
support retina display
[wxWidgets.git] / include / wx / gtk / frame.h
index 9d97293d52b068e6a6c4c70366bf371720cd8c8b..397ad76c56ba292792648c4ed2f30cc9f095371b 100644 (file)
@@ -61,13 +61,9 @@ public:
     // implementation from now on
     // --------------------------
 
-    // GTK callbacks
-    virtual void OnInternalIdle();
+    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;
 
@@ -77,6 +73,8 @@ protected:
 #endif // wxUSE_MENUS_NATIVE
 
 private:
+    void Init();
+
     long m_fsSaveFlag;
 
     DECLARE_DYNAMIC_CLASS(wxFrame)