controls/EnhancedStatusBar.py
changeset 1744 69dfdb26f600
parent 1741 dd94b9a68c61
child 1746 45d6f5fba016
equal deleted inserted replaced
1743:c3c3d1318130 1744:69dfdb26f600
   193 
   193 
   194         if event is not None:
   194         if event is not None:
   195             event.Skip()
   195             event.Skip()
   196 
   196 
   197     def AddWidget(self, widget, horizontalalignment=ESB_ALIGN_CENTER_HORIZONTAL,
   197     def AddWidget(self, widget, horizontalalignment=ESB_ALIGN_CENTER_HORIZONTAL,
   198                   verticalalignment=ESB_ALIGN_CENTER_VERTICAL, pos = -1):
   198                   verticalalignment=ESB_ALIGN_CENTER_VERTICAL, pos=-1):
   199         """Add A Widget To The EnhancedStatusBar.
   199         """Add A Widget To The EnhancedStatusBar.
   200 
   200 
   201         Parameters:
   201         Parameters:
   202 
   202 
   203         - horizontalalignment: This Can Be One Of:
   203         - horizontalalignment: This Can Be One Of: