8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8150af7 commit 031e768Copy full SHA for 031e768
doc/users/whats_new/updated_widgets.rst
@@ -11,3 +11,16 @@ A MultiCursor object can be disabled (and enabled) after it has been created wit
11
Example::
12
13
multi_cursor.active = False
14
+
15
16
+Improved RectangleSelector and new EllipseSelector Widget
17
+`````````````````````````````````````````````````````````
18
19
+Adds an `interactive` keyword which provides visible handles for manipulating the shape after it has been drawn.
20
21
+Adds keyboard modifiers for:
22
23
+- Moving the existing shape (default key = 'space')
24
+- Making the shape square (default 'shift')
25
+- Make the initial point the center of the shape (default 'control')
26
+- Square and center can be combined
0 commit comments