Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 292a9a2

Browse files
committed
DOC : really fix MEP09 formatting
1 parent f5bb16b commit 292a9a2

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

doc/devel/MEP/MEP09.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,14 @@ Implementation
8383
interactivity manager has a consistent interface for the
8484
interactivity manager to deal with. The proposed methods to add to
8585
the artists, if they are to support interactivity, are:
86+
8687
* 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
8889
* get_pixel_size(self): get the size of the artist's bounding box,
89-
in pixels
90+
in pixels
9091
* 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+
9294
* add capability to the backends to 1) provide cursors, since these
9395
are needed for visual indication of moving/resizing, and 2) provide
9496
a function that gets the current mouse position

0 commit comments

Comments
 (0)