X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9a83f860948059b0273b5cc6d9e43fadad3ebfca..ee3dd6dd5f7f4e081ae9a5ead179d0ca5b752759:/src/gtk1/scrolwin.cpp diff --git a/src/gtk1/scrolwin.cpp b/src/gtk1/scrolwin.cpp index e771fd7f0f..4d4586697a 100644 --- a/src/gtk1/scrolwin.cpp +++ b/src/gtk1/scrolwin.cpp @@ -1,11 +1,10 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: gtk/scrolwin.cpp +// Name: src/gtk1/scrolwin.cpp // Purpose: wxScrolledWindow implementation // Author: Robert Roebling // Modified by: Ron Lee // Vadim Zeitlin: removed 90% of duplicated common code // Created: 01/02/97 -// RCS-ID: $Id$ // Copyright: (c) Robert Roebling // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -179,6 +178,11 @@ void wxScrollHelper::DoScroll( int x_pos, int y_pos ) &m_yScrollPosition); } +bool wxScrollHelper::IsScrollbarShown(int WXUNUSED(orient)) const +{ + return true; +} + void wxScrollHelper::DoShowScrollbars(wxScrollbarVisibility WXUNUSED(horz), wxScrollbarVisibility WXUNUSED(vert)) {