]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/frame.h
updated i18n sample, french translations are now in the "fr" subdirectory.
[wxWidgets.git] / include / wx / motif / frame.h
index 945ecbc5a8c40e2f5ca43b82b97cee257c853f77..152e8132d6301beada99182ca235a8b58568c57e 100644 (file)
@@ -143,6 +143,10 @@ public:
   // Compatibility
   inline bool Iconized() const { return IsIconized(); }
 
+  // Is the frame maximized? Returns FALSE under Motif (but TRUE for
+  // wxMDIChildFrame due to the tabbed implementation).
+  virtual bool IsMaximized(void) const ;
+
   virtual void Maximize(bool maximize);
 
   // Responds to colour changes