X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0cf5b09998e7d4606387975a56b6a954a98fd7b7..ab0d42f76d5594bd28fdcad35bedeb380902f3ea:/include/wx/generic/scrolwin.h diff --git a/include/wx/generic/scrolwin.h b/include/wx/generic/scrolwin.h index 5e092a91a9..acf05c500b 100644 --- a/include/wx/generic/scrolwin.h +++ b/include/wx/generic/scrolwin.h @@ -66,6 +66,11 @@ public: virtual void PrepareDC(wxDC& dc) { DoPrepareDC(dc); } + // lay out the window and its children + virtual bool Layout(); + + virtual void DoSetVirtualSize( int x, int y ); + protected: // this is needed for wxEVT_PAINT processing hack described in // wxScrollHelperEvtHandler::ProcessEvent() @@ -88,3 +93,5 @@ private: #endif // _WX_GENERIC_SCROLLWIN_H_ + +// vi:sts=4:sw=4:et