Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 06a0e8e

Browse filesBrowse files
committed
DOC : fix markup in MEP09
1 parent 30c1da6 commit 06a0e8e
Copy full SHA for 06a0e8e

File tree

Expand file treeCollapse file tree

1 file changed

+6
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+6
-3
lines changed

‎doc/devel/MEP/MEP09.rst

Copy file name to clipboardExpand all lines: doc/devel/MEP/MEP09.rst
+6-3Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.