| VSTGUI 4.10
    Graphical User Interface Framework not only for VST plugins | 
| Classes | |
| class | ITextEditListener | 
| Listener for a text edit.  More... | |
| Functions | |
| virtual bool | onOptionMenuSetPopupResult (COptionMenu *menu, COptionMenu *selectedMenu, int32_t selectedIndex)=0 | 
| called when the platform optionmenu returns the result and before the value of the option menu is set.  More... | |
| void | init (PlatformInstanceHandle instance) | 
| Init to use VSTGUI.  More... | |
| void | exit () | 
| exit using the VSTGUI library.  More... | |
| void exit | ( | ) | 
exit using the VSTGUI library.
| void init | ( | PlatformInstanceHandle | instance | ) | 
| 
 | pure virtual | 
called when the platform optionmenu returns the result and before the value of the option menu is set.
| menu | the listened menu | 
| selectedMenu | the menu containing the selected item | 
| selectedIndex | the index of the selected item | 
Implemented in OptionMenuListenerAdapter.