]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/window.h
wxDocManager gets the only view if none other specified as the current view;
[wxWidgets.git] / include / wx / gtk1 / window.h
index 2fc9d044553891df4a57aa4a986c4ecc11acfc7d..84a3ddcddf581facc3868b632657a4917046eab9 100644 (file)
@@ -152,7 +152,7 @@ class wxWindow: public wxEvtHandler
     
     void OnSysColourChanged( wxSysColourChangedEvent &WXUNUSED(event) ) {};
     
-    virtual bool IsShown(void);
+    virtual bool IsShown(void) const;
     virtual bool IsRetained(void);
     virtual wxWindow *FindWindow( long id );
     virtual wxWindow *FindWindow( const wxString& name );
@@ -222,6 +222,7 @@ class wxWindow: public wxEvtHandler
     bool            m_hasScrolling;
     bool            m_hasVMT;
     bool            m_sizeSet;
+    bool            m_resizing;
     
   public:  // Layout section