git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29207
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
for line in self._lines:
if attachment == -1 or (line.GetTo() == self and line.GetAttachmentTo() == attachment or line.GetFrom() == self and line.GetAttachmentFrom() == attachment):
for line in self._lines:
if attachment == -1 or (line.GetTo() == self and line.GetAttachmentTo() == attachment or line.GetFrom() == self and line.GetAttachmentFrom() == attachment):
- line.GetEventHandler().Draw(dc)
if recurse:
for child in self._children:
if recurse:
for child in self._children: