Applied patch [ 1036833 ] Hiding declaration of wxScrollHelper

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29539 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2004-09-29 14:02:24 +00:00
parent a65abcfdeb
commit adfea104dc

View File

@@ -22,6 +22,7 @@ class WXDLLEXPORT wxTimer;
// wxScrolledWindow and wxScrolledControl. It is a mix-in: just derive from it // wxScrolledWindow and wxScrolledControl. It is a mix-in: just derive from it
// to implement scrolling in your class. // to implement scrolling in your class.
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
#if !defined(__WXGTK__) || defined(__WXUNIVERSAL__)
class WXDLLEXPORT wxScrollHelper class WXDLLEXPORT wxScrollHelper
{ {
@@ -205,6 +206,8 @@ protected:
DECLARE_NO_COPY_CLASS(wxScrollHelper) DECLARE_NO_COPY_CLASS(wxScrollHelper)
}; };
#endif
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
// wxScrolledWindow: a wxWindow which knows how to scroll // wxScrolledWindow: a wxWindow which knows how to scroll
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------