mansrz / pymt

Automatically exported from code.google.com/p/pymt
0 stars 0 forks source link

Add convenience functions and attributes like MTWidget.rotate(angle), MTWidget.corners #172

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
MTWidget.rotate(angle) should rotate the entire widget (not only the drawing 
stuff), kinda like what 
scatter does.
MTWidget.corners could work like this:
>>> bottomleft, bottomright, topright, topleft = MTWidget.corners
>>> bottomleft
(30, 40)

For > 0.4.

Original issue reported on code.google.com by dennd...@gmail.com on 7 Jan 2010 at 7:25

GoogleCodeExporter commented 9 years ago

Original comment by dennd...@gmail.com on 7 Jan 2010 at 7:29

GoogleCodeExporter commented 9 years ago

Original comment by dennd...@gmail.com on 7 Jan 2010 at 7:30

GoogleCodeExporter commented 9 years ago
Actually, no. This is not the design of MTWidget. But totally the goal of
MTScatterWidget :

Even if it's not finished, more information are available on
http://pymt.txzone.net/wiki/index.php/DevGuide/WidgetsBasics

Original comment by txprog on 7 Jan 2010 at 9:10

GoogleCodeExporter commented 9 years ago

Original comment by txprog on 1 Jun 2010 at 8:42

GoogleCodeExporter commented 9 years ago
As you said, this is ScatterWidget's job. Setting status to WontFix.

Original comment by dennd...@gmail.com on 24 Jun 2010 at 7:43