File tree 2 files changed +4
-6
lines changed
2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1
- Most arguments to widgets have been made positional
2
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1
+ Most arguments to widgets have been made keyword-only
2
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3
3
4
4
Passing all but the very few first arguments positionally in the constructors
5
5
of Widgets is deprecated. Most arguments will become keyword-only in a future
Original file line number Diff line number Diff line change @@ -45,14 +45,12 @@ SpanSelector
45
45
- The ``active_handle `` attribute has been privatized and removed.
46
46
- The ``eventpress `` attribute has been privatized and removed.
47
47
- The ``eventrelease `` attribute has been privatized and removed.
48
- - The *maxdist * argument and attribute is removed, use *grab_range * instead.
49
48
- The ``pressv `` attribute has been privatized and removed.
50
49
- The ``prev `` attribute has been privatized and removed.
51
50
- The ``rect `` attribute has been privatized and removed.
52
- - The *rectprops * argument is removed, use *props * instead .
51
+ - The *rectprops * parameter has been renamed to *props *.
53
52
- The ``rectprops `` attribute has been privatized and removed.
54
- - The *span_stays * argument is removed, use the *interactive * argument
55
- instead.
53
+ - The *span_stays * parameter has been renamed to *interactive *.
56
54
- The ``span_stays `` attribute has been privatized and removed.
57
55
- The ``state `` attribute has been privatized and removed.
58
56
You can’t perform that action at this time.
0 commit comments