File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 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+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
33
44Passing all but the very few first arguments positionally in the constructors
55of 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
4545- The ``active_handle `` attribute has been privatized and removed.
4646- The ``eventpress `` attribute has been privatized and removed.
4747- The ``eventrelease `` attribute has been privatized and removed.
48- - The *maxdist * argument and attribute is removed, use *grab_range * instead.
4948- The ``pressv `` attribute has been privatized and removed.
5049- The ``prev `` attribute has been privatized and removed.
5150- 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 *.
5352- 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 *.
5654- The ``span_stays `` attribute has been privatized and removed.
5755- The ``state `` attribute has been privatized and removed.
5856
You can’t perform that action at this time.
0 commit comments