Callback interface passed to IPlugView. \ingroup pluginGUI vstIHost vst300 - [host imp] - [released: 3.0.0]
Plug-in definition of a view. \ingroup pluginGUI vstIPlug vst300 - [plug imp] - [released: 3.0.0]
The parent parameter in IPlugView::attached() is a WindowRef. * You should attach a HIViewRef to the content view of the window. *////< HIViewRef. (Mac OS X
The parent parameter in IPlugView::attached() is a HWND handle. * You should attach a child window to it. *////< HWND handle. (Microsoft Windows
The parent parameter in IPlugView::attached() is a NSView pointer. * You should attach a NSView to it. *////< NSView pointer. (Mac OS X
The parent parameter in IPlugView::attached() is a UIView pointer. * You should attach an UIView to it. *////< UIView pointer. (iOS
The parent parameter in IPlugView::attached() is a X11 Window supporting XEmbed. * You should attach a Window to it that supports the XEmbed extension. *////< X11 Window ID. (X11