| VSTGUI 4.10
    Graphical User Interface Framework not only for VST plugins | 
Listener for a text edit. More...
#include <itexteditlistener.h>
 Inheritance diagram for ITextEditListener:
 Inheritance diagram for ITextEditListener:| Public Member Functions | |
| virtual void | onTextEditPlatformControlTookFocus (CTextEdit *textEdit)=0 | 
| called when the native platform text edit control was created and started to listen for keyboard input.  More... | |
| virtual void | onTextEditPlatformControlLostFocus (CTextEdit *textEdit)=0 | 
| called when the natvie platform text edit control is going to be destroyed.  More... | |
Listener for a text edit.
| 
 | pure virtual | 
called when the natvie platform text edit control is going to be destroyed.
Implemented in TextEditListenerAdapter.
| 
 | pure virtual | 
called when the native platform text edit control was created and started to listen for keyboard input.
Implemented in TextEditListenerAdapter.