]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/window.h
fixed class/struct mismatch
[wxWidgets.git] / include / wx / window.h
index 7839127ea9ff45b2b302a77fdfa565c132ec7a59..877456d967a889a4928ce3568e2ce5cec635e186 100644 (file)
@@ -516,8 +516,18 @@ public:
         { m_acceleratorTable = accel; }
     wxAcceleratorTable *GetAcceleratorTable()
         { return &m_acceleratorTable; }
+
 #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
+
+
     // dialog units translations
     // -------------------------