From 5570ec300e48a7cf15865a8a722dd4c9296e470f Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Tue, 1 May 2001 13:01:58 +0000 Subject: [PATCH] Added #define for apps to detect new situation git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9953 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/scrolwin.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/wx/scrolwin.h b/include/wx/scrolwin.h index 8ab4f02809..83a1d8e839 100644 --- a/include/wx/scrolwin.h +++ b/include/wx/scrolwin.h @@ -21,6 +21,7 @@ public: wxGenericScrolledWindow::Create(parent, id, pos, size, style, name); } }; +#define wxSCROLLED_WINDOW_IS_GENERIC 1 #endif #endif -- 2.47.2