define wxUSE_HOTKEY

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27032 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2004-05-01 09:27:42 +00:00
parent 1d3216f76d
commit 263da34866
2 changed files with 12 additions and 2 deletions

View File

@@ -716,6 +716,11 @@
*/ */
#define wxUSE_MOUSEWHEEL 1 #define wxUSE_MOUSEWHEEL 1
/*
* Hotkey support (Windows)
*/
#define wxUSE_HOTKEY 1
/* /*
* Use wxURL class * Use wxURL class
*/ */
@@ -940,8 +945,8 @@
*/ */
#define wxUSE_ICO_CUR 0 #define wxUSE_ICO_CUR 0
/* /*
* Set to 1 if for dynamically loadable plugins support * Set to 1 if for dynamically loadable plugins support
*/ */
#define wxUSE_PLUGINS 0 #define wxUSE_PLUGINS 0

View File

@@ -727,6 +727,11 @@
*/ */
/* #undef wxUSE_MOUSEWHEEL */ /* #undef wxUSE_MOUSEWHEEL */
/*
* Hotkey support (Windows)
*/
/* #define wxUSE_HOTKEY 1 */
/* /*
* Use wxURL class * Use wxURL class
*/ */