controls/DebugVariablePanel/GraphButton.py
changeset 1831 56b48961cc68
parent 1782 5b6ad7a7fd9d
child 1881 091005ec69c4
equal deleted inserted replaced
1830:e598d1acf354 1831:56b48961cc68
    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(object):
    35     """
    35     """
    36     Class that implements a custom button for graphic Viewer
    36     Class that implements a custom button for graphic Viewer
    37     """
    37     """
    38 
    38 
    39     def __init__(self, x, y, bitmap, callback):
    39     def __init__(self, x, y, bitmap, callback):