#include <GProgressDlg.h>
Public Member Functions | |
GFont * | GetFont () |
Gets the font this control should draw with. | |
void | OnCreate () |
The view is attached. | |
int | OnNotify (GViewI *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 |
GFont * GProgressPane::GetFont | ( | ) | [virtual] |
int GProgressPane::OnNotify | ( | GViewI * | Ctrl, | |
int | Flags | |||
) |
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.
References GView::GetParent(), and GButton::Name().
bool GProgressPane::Pour | ( | GRegion & | r | ) | [virtual] |
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.
References GView::FindLargest(), GView::GetPos(), GRect::Offset(), GView::SetPos(), GRect::x1, GRect::y1, and GRect::ZOff().