controls/DebugVariablePanel/DebugVariableViewer.py
changeset 1782 5b6ad7a7fd9d
parent 1736 7e61baa047f0
child 1807 5562f34f2fc2
equal deleted inserted replaced
1781:b112bfdde5cc 1782:5b6ad7a7fd9d
    44 HIGHLIGHT_DROP_PEN = wx.Pen(wx.Colour(0, 128, 255))
    44 HIGHLIGHT_DROP_PEN = wx.Pen(wx.Colour(0, 128, 255))
    45 HIGHLIGHT_DROP_BRUSH = wx.Brush(wx.Colour(0, 128, 255, 128))
    45 HIGHLIGHT_DROP_BRUSH = wx.Brush(wx.Colour(0, 128, 255, 128))
    46 HIGHLIGHT_RESIZE_PEN = wx.Pen(wx.Colour(200, 200, 200))
    46 HIGHLIGHT_RESIZE_PEN = wx.Pen(wx.Colour(200, 200, 200))
    47 HIGHLIGHT_RESIZE_BRUSH = wx.Brush(wx.Colour(200, 200, 200))
    47 HIGHLIGHT_RESIZE_BRUSH = wx.Brush(wx.Colour(200, 200, 200))
    48 
    48 
    49 #-------------------------------------------------------------------------------
    49 # -------------------------------------------------------------------------------
    50 #                        Base Debug Variable Viewer Class
    50 #                        Base Debug Variable Viewer Class
    51 #-------------------------------------------------------------------------------
    51 # -------------------------------------------------------------------------------
    52 
    52 
    53 
    53 
    54 class DebugVariableViewer:
    54 class DebugVariableViewer:
    55     """
    55     """
    56     Class that implements a generic viewer that display a list of variable values
    56     Class that implements a generic viewer that display a list of variable values