|
| 1 | +Unification of Selector API |
| 2 | +~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 3 | +The API for Selector widgets has been unified to use |
| 4 | + |
| 5 | +- *props* for the properties of the Artist representing the selection. |
| 6 | +- *handle_props* for the Artists representing handles for modifying the selection. |
| 7 | +- *grab_range* for the maximal tolerance to grab a handle with the mouse. |
| 8 | + |
| 9 | +This affects the following parameters and attributes: |
| 10 | + |
| 11 | + |
1 | 12 | RectangleSelector and EllipseSelector |
2 | | -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 13 | +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
3 | 14 | The *maxdist* argument is deprecated, use *grab_range* instead. |
| 15 | +The *rectprops* argument is deprecated, use *props* instead. |
4 | 16 | The *marker_props* argument is deprecated, use *handle_props* instead. |
5 | 17 |
|
6 | 18 | PolygonSelector |
7 | | -~~~~~~~~~~~~~~~ |
8 | | -The *vertex_select_radius* argument is deprecated, use *grab_range* instead. |
| 19 | +^^^^^^^^^^^^^^^ |
| 20 | +The *vertex_select_radius* argument and attribute is deprecated, use *grab_range* instead. |
| 21 | +The *lineprops* argument is deprecated, use *props* instead. |
9 | 22 | The *markerprops* argument is deprecated, use *handle_props* instead. |
| 23 | +The *maxdist* argument and attribute is deprecated, use *grab_range* instead. |
| 24 | + |
| 25 | +SpanSelector |
| 26 | +^^^^^^^^^^^^ |
| 27 | +The *rectprops* argument is deprecated, use *props* instead. |
| 28 | +The *maxdist* argument and attribute is deprecated, use *grab_range* instead. |
| 29 | + |
| 30 | +LassoSelector |
| 31 | +^^^^^^^^^^^^^ |
| 32 | +The *lineprops* argument is deprecated, use *props* instead. |
0 commit comments