Tesseract
3.02
|
Public Member Functions | |
void | Notify (const SVEvent *sv_event) |
Definition at line 156 of file pgedit.cpp.
void BlnEventHandler::Notify | ( | const SVEvent * | sv_event | ) | [inline, virtual] |
Reimplemented from SVEventHandler.
Definition at line 158 of file pgedit.cpp.
{ if (sv_event->type == SVET_DESTROY) bln_word_window = NULL; else if (sv_event->type == SVET_CLICK) show_point(current_page_res, sv_event->x, sv_event->y); }