#include <GFindReplaceDlg.h>
Inheritance diagram for GReplaceDlg:
Public Member Functions | |
GReplaceDlg (GView *Parent, char *InitFind=0, char *InitReplace=0) | |
Constructor. | |
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. |
|
Constructor.
|
|
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. |