]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/window.h
changed removed wxToUpper to standard toupper
[wxWidgets.git] / include / wx / gtk / window.h
index 8e0eeacfe75af68b553e7e4a5cfaed19bc103096..b969665920d319c0613e199cd8ec6e94dc34e40d 100644 (file)
@@ -420,6 +420,9 @@ public:
 
     virtual void OnInternalIdle();
 
+    // For compatibility across platforms (not in event table)
+    void OnIdle(wxIdleEvent& WXUNUSED(event)) {};
+
     /* used by all classes in the widget creation process */
 
     void PreCreation( wxWindow *parent, wxWindowID id, const wxPoint &pos,
@@ -532,6 +535,9 @@ public:
     virtual void GetPositionConstraint(int *x, int *y) const ;
 
 protected:
+    // common part of all ctors
+    void Init();
+
     // this is the virtual function to be overriden in any derived class which
     // wants to change how SetSize() or Move() works - it is called by all
     // versions of these functions in the base class