Hi! I trying to use wxDiagram but I was seeing the documentation and I dont find any way to delete a shape. I just saw the DeleteAllShapes(), but I need to delete just one shape. Someone know if have one way to do this?
Diego
Hi! I trying to use wxDiagram but I was seeing the documentation and I dont find any way to delete a shape. I just saw the DeleteAllShapes(), but I need to delete just one shape. Someone know if have one way to do this?
Diego
Diego Prestes wrote:
Hi! I trying to use wxDiagram but I was seeing the documentation and I dont find any way to delete a shape. I just saw the DeleteAllShapes(), but I need to delete just one shape. Someone know if have one way to do this?
diagram.RemoveShape(shape)
shape.Destroy()
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!