]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cocoa/window.h
set eol-style
[wxWidgets.git] / include / wx / cocoa / window.h
index b30b23ac1d947e95ae112814f992b48c17ce28a9..730790e5637f99940873cf53d4cb6b49991f81f2 100644 (file)
@@ -142,6 +142,8 @@ public:
     virtual void SetFocus();
     // Warp the pointer the given position
     virtual void WarpPointer(int x_pos, int y_pos) ;
+    // Change the window's cursor
+    virtual bool SetCursor( const wxCursor &cursor );
     // Send the window a refresh event
     virtual void Refresh(bool eraseBack = true, const wxRect *rect = NULL);
     // Set/get the window's font