Originally reported on gitlab.gnome.org :
Would be good to set a custom cursor that makes it obvious you're about to draw rectangles
Implementation
Gtk.Widget.set_curser(Gdk.Cursor.new_from_name.html("crosshair")
crosshair – "crosshair" – Simple crosshair maybe a food fitting one?
_Originally [reported on gitlab.gnome.org](https://gitlab.gnome.org/Teams/Circle/-/issues/264#note_2661013)_:
> Would be good to set a custom cursor that makes it obvious you're about to draw rectangles
## Implementation
```python
Gtk.Widget.set_curser(Gdk.Cursor.new_from_name.html("crosshair")
```
[ – "crosshair" – Simple crosshair](https://docs.gtk.org/gdk4/ctor.Cursor.new_from_name.html#description) maybe a food fitting one?