]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/window.h
Don't interpret '&' specially in wxTextWrapper.
[wxWidgets.git] / include / wx / osx / window.h
index 86604ab7f2ce39769fd104b4cc9492d0cfb2160f..2114cb7b68324a6ae6867559247842ebf4ba0ca1 100644 (file)
@@ -114,6 +114,14 @@ public:
 
     virtual bool Reparent( wxWindowBase *newParent );
 
 
     virtual bool Reparent( wxWindowBase *newParent );
 
+#if wxUSE_HOTKEY && wxOSX_USE_COCOA_OR_CARBON
+    // hot keys (system wide accelerators)
+    // -----------------------------------
+    
+    virtual bool RegisterHotKey(int hotkeyId, int modifiers, int keycode);
+    virtual bool UnregisterHotKey(int hotkeyId);
+#endif // wxUSE_HOTKEY
+    
 #if wxUSE_DRAG_AND_DROP
     virtual void SetDropTarget( wxDropTarget *dropTarget );
 #endif
 #if wxUSE_DRAG_AND_DROP
     virtual void SetDropTarget( wxDropTarget *dropTarget );
 #endif