controls/DebugVariablePanel/GraphButton.py
changeset 1782 5b6ad7a7fd9d
parent 1736 7e61baa047f0
child 1831 56b48961cc68
equal deleted inserted replaced
1781:b112bfdde5cc 1782:5b6ad7a7fd9d
    24 
    24 
    25 import wx
    25 import wx
    26 
    26 
    27 from util.BitmapLibrary import GetBitmap
    27 from util.BitmapLibrary import GetBitmap
    28 
    28 
    29 #-------------------------------------------------------------------------------
    29 # -------------------------------------------------------------------------------
    30 #                        Custom button for Graphic Viewer Class
    30 #                        Custom button for Graphic Viewer Class
    31 #-------------------------------------------------------------------------------
    31 # -------------------------------------------------------------------------------
    32 
    32 
    33 
    33 
    34 class GraphButton():
    34 class GraphButton():
    35     """
    35     """
    36     Class that implements a custom button for graphic Viewer
    36     Class that implements a custom button for graphic Viewer