#include <docwnd.h>
Public Member Functions | |
| StatusBar (int x, int y, int width, int height, const char *szText) | |
Friends | |
| void | DocWnd::drawStatus () |
Definition at line 204 of file docwnd.h.
| StatusBar::StatusBar | ( | int | x, | |
| int | y, | |||
| int | width, | |||
| int | height, | |||
| const char * | szText | |||
| ) |
Create status bar widget
| x | Widget position. | |
| y | Widget position. | |
| width | Widget width. | |
| height | Widget height. | |
| szText | Status bar initially text. |
| void DocWnd::drawStatus | ( | ) | [friend] |
Needed for low-level status draw.
1.5.2