Applied #9076 (scrolling bars grow box fix)

By lillo


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62179 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2009-09-28 07:06:14 +00:00
parent 30fad74e44
commit 2ae3afa09f
2 changed files with 41 additions and 1 deletions

View File

@@ -17,6 +17,7 @@
class WXDLLIMPEXP_FWD_CORE wxButton;
class WXDLLIMPEXP_FWD_CORE wxScrollBar;
class WXDLLIMPEXP_FWD_CORE wxPanel;
class WXDLLIMPEXP_FWD_CORE wxNonOwnedWindow;
#if wxOSX_USE_CARBON
@@ -275,6 +276,7 @@ protected:
wxScrollBar* m_vScrollBar ;
bool m_hScrollBarAlwaysShown;
bool m_vScrollBarAlwaysShown;
wxPanel* m_growBox ;
wxString m_label ;
// set to true if we do a sharp clip at the content area of this window