]> git.saurik.com Git - wxWidgets.git/commitdiff
Added #define for apps to detect new situation
authorJulian Smart <julian@anthemion.co.uk>
Tue, 1 May 2001 13:01:58 +0000 (13:01 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Tue, 1 May 2001 13:01:58 +0000 (13:01 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9953 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/scrolwin.h

index 8ab4f02809723ebf8dacdb780c1b5aad065f912b..83a1d8e839cad188adeed9ad332aa408caa3eb7f 100644 (file)
@@ -21,6 +21,7 @@ public:
         wxGenericScrolledWindow::Create(parent, id, pos, size, style, name);
     }
 };
+#define wxSCROLLED_WINDOW_IS_GENERIC 1
 #endif
 
 #endif