- format changes to doc

- commented or removed a few print statements
This commit is contained in:
Werner F Bruhin
2015-02-11 14:05:06 +01:00
parent 76cf83468a
commit 384af619b5
4 changed files with 157 additions and 117 deletions

View File

@@ -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