git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41233 
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
+//     void SetScrollHelper( wxScrollHelper *sh );
+//     wxScrollHelper *GetScrollHelper();
+    
+
     // window state
     // ------------
 
     // window state
     // ------------
 
         "Returns true if the window is enabled for input, false otherwise.", "");
 
     DocDeclStr(
         "Returns true if the window is enabled for input, false otherwise.", "");
 
     DocDeclStr(
-        virtual bool , IsVisible() const,
+        virtual bool , IsShownOnScreen() const,
         "Returns ``True`` if the window is physically visible on the screen,
 i.e. it is shown and all its parents up to the toplevel window are
 shown as well.", "");
         "Returns ``True`` if the window is physically visible on the screen,
 i.e. it is shown and all its parents up to the toplevel window are
 shown as well.", "");
 a wxTextCtrl under wxGTK) but is not implemented on all platforms nor
 for all controls so it is mostly just a hint to wxWindows and not a
 mandatory directive.", "");
 a wxTextCtrl under wxGTK) but is not implemented on all platforms nor
 for all controls so it is mostly just a hint to wxWindows and not a
 mandatory directive.", "");
+    DocDeclStr(
+        virtual bool , IsFrozen() const,
+        "Returns ``True`` if the window has been frozen and not thawed yet.
+:see: `Freeze` and `Thaw`", "");
+    
+
+    
     DocDeclStr(
         virtual void , Thaw(),
         "Reenables window updating after a previous call to Freeze.  Calls to
     DocDeclStr(
         virtual void , Thaw(),
         "Reenables window updating after a previous call to Freeze.  Calls to