controls/CustomToolTip.py
changeset 1736 7e61baa047f0
parent 1730 64d8f52bc8c8
child 1737 a39c2918c015
equal deleted inserted replaced
1735:c02818d7e29f 1736:7e61baa047f0
    32 
    32 
    33 #-------------------------------------------------------------------------------
    33 #-------------------------------------------------------------------------------
    34 #                               Custom ToolTip
    34 #                               Custom ToolTip
    35 #-------------------------------------------------------------------------------
    35 #-------------------------------------------------------------------------------
    36 
    36 
    37 """
       
    38 Class that implements a custom tool tip
       
    39 """
       
    40 
    37 
    41 class CustomToolTip(wx.PopupWindow):
    38 class CustomToolTip(wx.PopupWindow):
       
    39     """
       
    40     Class that implements a custom tool tip
       
    41     """
    42 
    42 
    43     def __init__(self, parent, tip, restricted=True):
    43     def __init__(self, parent, tip, restricted=True):
    44         """
    44         """
    45         Constructor
    45         Constructor
    46         @param parent: Parent window
    46         @param parent: Parent window