controls/EnhancedStatusBar.py
changeset 1746 45d6f5fba016
parent 1744 69dfdb26f600
child 1756 08e4394ff4fb
equal deleted inserted replaced
1745:f9d32913bad4 1746:45d6f5fba016
    76 # ---------------------------------------------------------------
    76 # ---------------------------------------------------------------
    77 # This Is The Main Class Implementation. See The Demo For Details
    77 # This Is The Main Class Implementation. See The Demo For Details
    78 # ---------------------------------------------------------------
    78 # ---------------------------------------------------------------
    79 class EnhancedStatusBarItem(object):
    79 class EnhancedStatusBarItem(object):
    80     def __init__(self, widget, pos, horizontalalignment=ESB_ALIGN_CENTER_HORIZONTAL, verticalalignment=ESB_ALIGN_CENTER_VERTICAL):
    80     def __init__(self, widget, pos, horizontalalignment=ESB_ALIGN_CENTER_HORIZONTAL, verticalalignment=ESB_ALIGN_CENTER_VERTICAL):
    81         self.__dict__.update( locals() )
    81         self.__dict__.update(locals())
    82 
    82 
    83 
    83 
    84 class EnhancedStatusBar(wx.StatusBar):
    84 class EnhancedStatusBar(wx.StatusBar):
    85 
    85 
    86     def __init__(self, parent, id=wx.ID_ANY, style=wx.ST_SIZEGRIP,
    86     def __init__(self, parent, id=wx.ID_ANY, style=wx.ST_SIZEGRIP,