Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a4eb0c6

Browse files
committed
Merge pull request #5036 from blink1073/rectangle-whats-new
DOC: Update what's new for RectangeSelector
2 parents 8150af7 + 86d3f9e commit a4eb0c6

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

doc/users/whats_new/updated_widgets.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,16 @@ A MultiCursor object can be disabled (and enabled) after it has been created wit
1111
Example::
1212

1313
multi_cursor.active = False
14+
15+
16+
Improved RectangleSelector and new EllipseSelector Widget
17+
`````````````````````````````````````````````````````````
18+
19+
Adds an `interactive` keyword which enables 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

Comments
 (0)