controls/DebugVariablePanel/GraphButton.py
changeset 1736 7e61baa047f0
parent 1730 64d8f52bc8c8
child 1782 5b6ad7a7fd9d
equal deleted inserted replaced
1735:c02818d7e29f 1736:7e61baa047f0
    28 
    28 
    29 #-------------------------------------------------------------------------------
    29 #-------------------------------------------------------------------------------
    30 #                        Custom button for Graphic Viewer Class
    30 #                        Custom button for Graphic Viewer Class
    31 #-------------------------------------------------------------------------------
    31 #-------------------------------------------------------------------------------
    32 
    32 
    33 """
       
    34 Class that implements a custom button for graphic Viewer
       
    35 """
       
    36 
    33 
    37 class GraphButton():
    34 class GraphButton():
       
    35     """
       
    36     Class that implements a custom button for graphic Viewer
       
    37     """
    38 
    38 
    39     def __init__(self, x, y, bitmap, callback):
    39     def __init__(self, x, y, bitmap, callback):
    40         """
    40         """
    41         Constructor
    41         Constructor
    42         @param x: X coordinate of Button in Graphic Viewer
    42         @param x: X coordinate of Button in Graphic Viewer