]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/window.h
Missing CHARSET_HANGUL fix.
[wxWidgets.git] / include / wx / window.h
index 959f775c7090eb569a17b0bd631812f677fe144b..877456d967a889a4928ce3568e2ce5cec635e186 100644 (file)
@@ -517,11 +517,16 @@ public:
     wxAcceleratorTable *GetAcceleratorTable()
         { return &m_acceleratorTable; }
 
-    // install and deinstall a system wide hotkey
-    virtual bool RegisterHotKey(int hotkeyId, int modifiers, int virtualKeyCode);
+#endif // wxUSE_ACCEL
+
+#if wxUSE_HOTKEY
+    // hot keys (system wide accelerators)
+    // -----------------------------------
+
+    virtual bool RegisterHotKey(int hotkeyId, int modifiers, int keycode);
     virtual bool UnregisterHotKey(int hotkeyId);
+#endif // wxUSE_HOTKEY
 
-#endif // wxUSE_ACCEL
 
     // dialog units translations
     // -------------------------