#include <GProgress.h>

Public Member Functions | |
| void | SetLimits (int64 l, int64 h) |
| Sets the range that the Value() is between. | |
| void | Value (int64 v) |
| Sets the point between the limits that defines where the progress is up to. | |
| int | OnEvent (GMessage *Msg) |
| Called to process every message received by this window. | |
| void | OnPaint (GSurface *pDC) |
| Called to paint the onscreen representation of the view. | |
1.5.7.1