+ // TODO: We can't clone GDK cursors at the moment. To do this we'd need
+ // to remember the original data from which the cursor was created
+ // (i.e. standard cursor type or the bitmap) or use
+ // gdk_cursor_get_cursor_type() (which is in 2.22+ only) and
+ // gdk_cursor_get_image().
+ wxFAIL_MSG( wxS("Cloning cursors is not implemented in wxGTK.") );
+
+ return new wxCursorRefData;