controls/DebugVariablePanel/DebugVariableViewer.py
branchpython3
changeset 3765 88fe6fc9fd38
parent 3764 d92c1a3dafa7
child 3798 e0117f4b0ff1
equal deleted inserted replaced
3764:d92c1a3dafa7 3765:88fe6fc9fd38
    72         self.Highlight = HIGHLIGHT_NONE
    72         self.Highlight = HIGHLIGHT_NONE
    73         # List of buttons
    73         # List of buttons
    74         self.Buttons = []
    74         self.Buttons = []
    75         self.InitHighlightPensBrushes()
    75         self.InitHighlightPensBrushes()
    76 
    76 
    77     def __del__(self):
       
    78         """
       
    79         Destructor
       
    80         """
       
    81         # Remove reference to Debug Variable Panel
       
    82         self.ParentWindow = None
       
    83 
       
    84     def InitHighlightPensBrushes(self):
    77     def InitHighlightPensBrushes(self):
    85         """
    78         """
    86         Init global pens and brushes
    79         Init global pens and brushes
    87         """
    80         """
    88         if not HIGHLIGHT:
    81         if not HIGHLIGHT: