]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/scrolwin.h
some wxArtProv docs
[wxWidgets.git] / include / wx / generic / scrolwin.h
index 5e092a91a9318f9ec9994911d103eacc018cff87..0808cbb2b34fe775a120578d41a5bd0a54203485 100644 (file)
@@ -66,6 +66,9 @@ public:
 
     virtual void PrepareDC(wxDC& dc) { DoPrepareDC(dc); }
 
+        // lay out the window and its children
+    virtual bool Layout();
+
 protected:
     // this is needed for wxEVT_PAINT processing hack described in
     // wxScrollHelperEvtHandler::ProcessEvent()