mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-16 09:40:07 +01:00
- format changes to doc
- commented or removed a few print statements
This commit is contained in:
@@ -80,7 +80,7 @@ class _MouseEvent(wx.PyCommandEvent):
|
||||
|
||||
It adds the method:
|
||||
|
||||
GetCoords() , which returns and (x,y) tuple in world coordinates.
|
||||
GetCoords() , which returns an (x,y) tuple in world coordinates.
|
||||
|
||||
Another difference is that it is a CommandEvent, which propagates up
|
||||
the window hierarchy until it is handled.
|
||||
@@ -988,7 +988,8 @@ class FloatCanvas(wx.Panel):
|
||||
self.Draw()
|
||||
|
||||
def RemoveObjects(self, Objects):
|
||||
""""Remove objects from canvas
|
||||
""""
|
||||
Remove objects from canvas
|
||||
|
||||
:param list `Objects`: a list of :class:`DrawObjects` to remove
|
||||
|
||||
@@ -998,7 +999,8 @@ class FloatCanvas(wx.Panel):
|
||||
self.BoundingBoxDirty = True
|
||||
|
||||
def RemoveObject(self, Object, ResetBB=True):
|
||||
""""Remove object from canvas
|
||||
""""
|
||||
Remove object from canvas
|
||||
|
||||
:param DrawObject `Object`: a :class:`DrawObjects` to remove
|
||||
:param boolean `ResetBB`: reset the bounding box
|
||||
|
||||
Reference in New Issue
Block a user