PyCStatusBarCtrl Object
A windows progress bar control. Encapsulates an MFC CStatusBarCtrl class. Derived from PyCControl.
Methods
- CreateWindow
 
- Creates the window for a new progress bar object.
- GetBorders
 
- Retrieve the status bar control's current widths of the horizontal and vertical borders and of the space between rectangles.
- GetParts
 
- Retrieve coordinates of the parts in a status bar control.
- GetRect
 
- Retrieves the bounding rectangle of a part in a status bar control.
- GetText
 
- Retrieves the text of a part in a status bar control.
- GetTextAttr
 
- Retrieves the text attributes of a part in a status bar control.
- GetTextLength
 
- Retrieves the length of the text in a part in a status bar control.
- SetMinHeight
 
- Set the minimum height of a status bar control's drawing area.
- SetParts
 
- Sets the number of parts in a status bar control and the coordinate of the right edge of each part.
- SetText
 
- Set the text in the given part of a status bar control.
- SetTipText
 
- Sets the tooltip text for a pane in a status bar.