#include <GPopup.h>
Public Member Functions | |
void | OnFocus (bool f) |
The view gains or loses the keyboard focus. | |
void | OnPaint (GSurface *pDC) |
Called to paint the onscreen representation of the view. | |
bool | OnKey (GKey &k) |
A key was pressed while this view has focus. | |
void | OnMouseClick (GMouse &m) |
The mouse was clicked over this 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 | GPopup |
int GDropDown::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::Invalidate().