git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10750
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
/////////////////////////////////////////////////////////////////////////////
-// Name: generic/scrolwin.cpp
+// Name: gtk/scrolwin.cpp
// Purpose: wxScrolledWindow implementation
// Author: Julian Smart
// Modified by:
m_targetWindow = (wxWindow*) NULL;
m_scaleX = 1.0;
m_scaleY = 1.0;
+ m_hasScrolling = TRUE;
}
bool wxScrolledWindow::Create(wxWindow *parent,
/////////////////////////////////////////////////////////////////////////////
-// Name: generic/scrolwin.cpp
+// Name: gtk/scrolwin.cpp
// Purpose: wxScrolledWindow implementation
// Author: Julian Smart
// Modified by:
m_targetWindow = (wxWindow*) NULL;
m_scaleX = 1.0;
m_scaleY = 1.0;
+ m_hasScrolling = TRUE;
}
bool wxScrolledWindow::Create(wxWindow *parent,