#include <GList.h>
Public Member Functions | |
void | OnPaint (GSurface *pDC) |
Called to paint the onscreen representation of the view. | |
int | OnNotify (GViewI *v, int f) |
Called when a child view or view with it's SetNotify() set to this window changes. | |
void | Visible (bool i) |
Hides/Shows the view. | |
int | OnEvent (GMessage *Msg) |
Called to process every message received by this window. |
int GItemEdit::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 GPopup::Visible().