controls/DebugVariablePanel/DebugVariableTextViewer.py
changeset 1215 786f2533200a
parent 1214 2ef048b5383c
child 1218 a5a6072ac944
equal deleted inserted replaced
1214:2ef048b5383c 1215:786f2533200a
    71         
    71         
    72         return wx.TextDropTarget.OnDragOver(self, x, y, d)
    72         return wx.TextDropTarget.OnDragOver(self, x, y, d)
    73         
    73         
    74     def OnDropText(self, x, y, data):
    74     def OnDropText(self, x, y, data):
    75         """
    75         """
    76         Function called when mouse is dragged over Drop Target
    76         Function called when mouse is released in Drop Target
    77         @param x: X coordinate of mouse pointer
    77         @param x: X coordinate of mouse pointer
    78         @param y: Y coordinate of mouse pointer
    78         @param y: Y coordinate of mouse pointer
    79         @param data: Text associated to drag'n drop
    79         @param data: Text associated to drag'n drop
    80         """
    80         """
    81         message = None
    81         message = None