#include <GProgressDlg.h>
Inheritance diagram for GProgressPane:
Public Member Functions | |
int | Value () |
Gets the integer representation of the view's contents. | |
void | Value (int v) |
Sets the integer representation of the view's contents. | |
GFont * | GetFont () |
Gets the font this control should draw with. | |
void | OnCreate () |
The view is attached. | |
int | OnNotify (GView *Ctrl, int Flags) |
Called when a child view or view with it's SetNotify() set to this window changes. | |
void | OnPaint (GSurface *pDC) |
Called to paint the onscreen representation of the view. | |
bool | Pour (GRegion &r) |
Friends | |
class | GProgressDlg |
|
Gets the font this control should draw with. The default font is the system font, owned by the GApp object. Reimplemented from GView. |
|
Called when a child view or view with it's SetNotify() set to this window changes. The event by default will bubble up to the GWindow at the top of the window heirarchy visiting each GView on the way. If it reaches a GView that processes it then the event stops propergating up the heirarchy. Reimplemented from GLayout. |
|
Lay out all the children views into the client area according to their own internal rules. Space is given in a first come first served basis. Reimplemented from GLayout. |