Skip to content

Commit 06a0e8e

Browse files
committed
DOC : fix markup in MEP09
1 parent 30c1da6 commit 06a0e8e

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

doc/devel/MEP/MEP09.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
MEP9: Global interaction manager
33
==================================
44

5+
.. contents::
6+
:local:
7+
58
Add a global manager for all user interactivity with artists; make any
69
artist resizeable, moveable, highlightable, and selectable as desired
710
by the user.
@@ -80,11 +83,11 @@ Implementation
8083
interactivity manager has a consistent interface for the
8184
interactivity manager to deal with. The proposed methods to add to
8285
the artists, if they are to support interactivity, are:
83-
* get_pixel_position_ll(self): get the pixel position of the lower
86+
* get_pixel_position_ll(self): get the pixel position of the lower
8487
left corner of the artist's bounding box
85-
* get_pixel_size(self): get the size of the artist's bounding box,
88+
* get_pixel_size(self): get the size of the artist's bounding box,
8689
in pixels
87-
* set_pixel_position_and_size(self,x,y,dx,dy): set the new size of
90+
* set_pixel_position_and_size(self,x,y,dx,dy): set the new size of
8891
the artist, such that it fits within the specified bounding box.
8992
* add capability to the backends to 1) provide cursors, since these
9093
are needed for visual indication of moving/resizing, and 2) provide

0 commit comments

Comments
 (0)