exposing generic system option define, adding missing event.Skip() to OnChar, and tweaking handling of scrollbars.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44067 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Kevin Ollivier
2006-12-28 06:33:57 +00:00
parent b9d495a007
commit de387fc99c
2 changed files with 19 additions and 12 deletions

View File

@@ -15,6 +15,8 @@
#include "wx/defs.h"
#include "wx/generic/listctrl.h"
#define wxMAC_ALWAYS_USE_GENERIC_LISTCTRL wxT("mac.listctrl.always_use_generic")
class wxMacDataBrowserListCtrlControl;
class wxMacListControl;
class wxListCtrlTextCtrlWrapper;