File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Original file line number Diff line number Diff line change @@ -83,12 +83,14 @@ Implementation
83
83
interactivity manager has a consistent interface for the
84
84
interactivity manager to deal with. The proposed methods to add to
85
85
the artists, if they are to support interactivity, are:
86
+
86
87
* get_pixel_position_ll(self): get the pixel position of the lower
87
- left corner of the artist's bounding box
88
+ left corner of the artist's bounding box
88
89
* get_pixel_size(self): get the size of the artist's bounding box,
89
- in pixels
90
+ in pixels
90
91
* set_pixel_position_and_size(self,x,y,dx,dy): set the new size of
91
- the artist, such that it fits within the specified bounding box.
92
+ the artist, such that it fits within the specified bounding box.
93
+
92
94
* add capability to the backends to 1) provide cursors, since these
93
95
are needed for visual indication of moving/resizing, and 2) provide
94
96
a function that gets the current mouse position
You can’t perform that action at this time.
0 commit comments