| VSTGUI
    4.10
    Graphical User Interface Framework not only for VST plugins | 
 Inheritance diagram for TextEditListenerAdapter:
 Inheritance diagram for TextEditListenerAdapter:| Public Member Functions | |
| void | onTextEditPlatformControlTookFocus (CTextEdit *textEdit) override | 
| called when the native platform text edit control was created and started to listen for keyboard input. | |
| void | onTextEditPlatformControlLostFocus (CTextEdit *textEdit) override | 
| called when the natvie platform text edit control is going to be destroyed. | |
| 
 | inlineoverridevirtual | 
called when the natvie platform text edit control is going to be destroyed.
Implements ITextEditListener.
| 
 | inlineoverridevirtual | 
called when the native platform text edit control was created and started to listen for keyboard input.
Implements ITextEditListener.