iPlug2 - C++ Audio Plug-in Framework
Loading...
Searching...
No Matches
Classes
IAboutBoxControl.h File Reference
#include "IControls.h"

Go to the source code of this file.

Classes

class  IAboutBoxControl
 A "meta control" which you can attach child controls to display an about box, or preferences panel When you attach the control to the IGraphics context, it should be added last so it sits on top of other controls, and set hidden. More...
 

Detailed Description

A "meta control" which you can attach child controls to display an about box, or preferences panel When you attach the control to the IGraphics context, it should be added last so it sits on top of other controls, and set hidden.

You can then call Show() to reveal it. When the control is dismissed, there is no animation.

Definition in file IAboutBoxControl.h.