]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/mdi.h
add Length, Tell, SetPlaybackRate and GetPlaybackRate - use Connect instead of messag...
[wxWidgets.git] / include / wx / msw / mdi.h
index a6fc56445b67746d4a9338aa649fc12ab1e4785d..04705e7aa9c73be73d1b91e75a1a2915222c2b39 100644 (file)
@@ -174,6 +174,8 @@ public:
     bool ResetWindowStyle(void *vrect);
 
     void OnIdle(wxIdleEvent& event);
+    
+    virtual bool Show(bool show = true);
 
 protected:
     virtual void DoGetPosition(int *x, int *y) const;
@@ -187,6 +189,7 @@ protected:
     void Init();
 
 private:
+    bool m_needsInitialShow; // Show must be called in idle time after Creation
     bool m_needsResize; // flag which tells us to artificially resize the frame
 
     DECLARE_EVENT_TABLE()