X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4fabb57533169f2f75367e0d120c762518548890..6c82a1fd8d02beb023b21d230b97ddce42962b02:/include/wx/motif/mdi.h

diff --git a/include/wx/motif/mdi.h b/include/wx/motif/mdi.h
index 74b483d5fa..557f0044db 100644
--- a/include/wx/motif/mdi.h
+++ b/include/wx/motif/mdi.h
@@ -180,6 +180,10 @@ public:
   virtual void Activate();
   virtual bool IsIconized() const ;
 
+  // Is the frame maximized? Returns TRUE for
+  // wxMDIChildFrame due to the tabbed implementation.
+  virtual bool IsMaximized(void) const ;
+
   bool Show(bool show);
 
   inline WXWidget GetMainWidget() const { return m_mainWidget; };