controls/DebugVariablePanel/DebugVariableGraphicViewer.py
branchpython3
changeset 3765 88fe6fc9fd38
parent 3764 d92c1a3dafa7
child 3773 ab11852616b8
equal deleted inserted replaced
3764:d92c1a3dafa7 3765:88fe6fc9fd38
   116         """
   116         """
   117         wx.TextDropTarget.__init__(self)
   117         wx.TextDropTarget.__init__(self)
   118         self.ParentControl = parent
   118         self.ParentControl = parent
   119         self.ParentWindow = window
   119         self.ParentWindow = window
   120 
   120 
   121     def __del__(self):
       
   122         """
       
   123         Destructor
       
   124         """
       
   125         # Remove reference to Debug Variable Graphic Viewer and Debug Variable
       
   126         # Panel
       
   127         self.ParentControl = None
       
   128         self.ParentWindow = None
       
   129 
       
   130     def OnDragOver(self, x, y, d):
   121     def OnDragOver(self, x, y, d):
   131         """
   122         """
   132         Function called when mouse is dragged over Drop Target
   123         Function called when mouse is dragged over Drop Target
   133         @param x: X coordinate of mouse pointer
   124         @param x: X coordinate of mouse pointer
   134         @param y: Y coordinate of mouse pointer
   125         @param y: Y coordinate of mouse pointer