]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/stubs/frame.h
Fixes to wxMotif scrolling and colours (wxTreeCtrl/wxListCtrl now seem to work
[wxWidgets.git] / include / wx / stubs / frame.h
index fcd8689e5627a941ba5bc121c8e9021aea605df7..c01336217509ba2e0d85c1f84a71aa8084b19f82 100644 (file)
@@ -128,6 +128,9 @@ public:
   // Compatibility
   inline bool Iconized() const { return IsIconized(); }
 
+  // Is the frame maximized?
+  virtual bool IsMaximized(void) const ;
+
   virtual void Maximize(bool maximize);
 
   // Responds to colour changes