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:
@@ -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
|
||||
|
Reference in New Issue
Block a user