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:
@@ -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
|
||||||
|
|
||||||
|
@@ -727,6 +727,11 @@
|
|||||||
*/
|
*/
|
||||||
/* #undef wxUSE_MOUSEWHEEL */
|
/* #undef wxUSE_MOUSEWHEEL */
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Hotkey support (Windows)
|
||||||
|
*/
|
||||||
|
/* #define wxUSE_HOTKEY 1 */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Use wxURL class
|
* Use wxURL class
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user