Public Member Functions | |
void | OnCreate () |
The view is attached. | |
void | OnPaint (GSurface *pDC) |
Called to paint the onscreen representation of the view. | |
int | OnNotify (GViewI *c, int f) |
Called when a child view or view with it's SetNotify() set to this window changes. | |
Friends | |
class | GTimePopup |
int GTimeDrop::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 GView.
References GList::GetSelected(), GListItem::GetText(), GLIST_NOTIFY_CLICK, GLIST_NOTIFY_ESC_KEY, GLIST_NOTIFY_RETURN, GTimePopup::SetDate(), and GPopup::Visible().