// Name: data.cpp
// Purpose:
// Author: Robert Roebling
-// Created: 01/02/97
-// Id:
-// Copyright: (c) 1998 Robert Roebling, Julian Smart and Markus Holzem
+// Id: $Id$
+// Copyright: (c) 1998 Robert Roebling
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// Don't allow event propagation during drag
bool g_blockEventsOnDrag = FALSE;
+// Don't allow mouse event propagation during scroll
+bool g_blockEventsOnScroll = FALSE;
+
// Message Strings for Internationalization
char **wx_msg_str = (char**)NULL;
wxFont wxNullFont;
wxColour wxNullColour;
wxPalette wxNullPalette;
+wxRegion wxNullRegion;
// Default window names
const char *wxButtonNameStr = "button";