]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/mdi.h
Base for wxMessageDialog with common checks for style.
[wxWidgets.git] / include / wx / mac / carbon / mdi.h
index 1e5145e7bc9b815a0362aaab48f14b6b8f4b46c6..eb55fff2a182ba34848e07527d88362eb7bf7be1 100644 (file)
@@ -68,6 +68,8 @@ public:
 
   // Get the client window
   inline wxMDIClientWindow *GetClientWindow() const { return m_clientWindow; };
+  // Get rect to be used to center top-level children
+  virtual void GetRectForTopLevelChildren(int *x, int *y, int *w, int *h);
 
   // Create the client window class (don't Create the window,
   // just return a new class)
@@ -80,6 +82,8 @@ public:
   virtual void ActivateNext();
   virtual void ActivatePrevious();
 
+  virtual bool Show( bool show = true );
+
 protected:
 
   // TODO maybe have this member