#include <GProgress.h>
Inheritance diagram for GProgress:

Public Member Functions | |
| void | SetLimits (int l, int h) |
| Sets the range that the Value() is between. | |
| void | Value (int v) |
| Sets the point between the limits that defines where the progress is up to. | |
| int | Value () |
| Gets the integer representation of the view's contents. | |
| 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.4.1