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

Go to the source code of this file.

Classes

class  IPopupMenuControl
 A base control for a pop-up menu/drop-down list that stays within the bounds of the IGraphics context. More...
 

Detailed Description

A base control for a pop-up menu/drop-down list that stays within the bounds of the IGraphics context.

This is mainly used as a special control that lives outside the main IGraphics control stack. For replacing generic menus this can be added with IGraphics::AttachPopupMenu(). If used in the main IControl stack, you probably want it to be the very last control that is added, so that it gets drawn on top.

Definition in file IPopupMenuControl.h.