![]() | InDesign SDK 20.5 |
#include <SdkObjModel.h>

This boss class inherits from an API panel boss class, and
adds an interface to control a pop-up menu on the panel. The implementation for this interface is provided by the API.
| IPMUnknown kPstLstUIPanelWidgetBoss::IID_ICONTROLVIEW |
The plug-in's implementation of IControlView.
Implementation provided by the helper kPalettePanelView.
Implementation: kPalettePanelView.
| IPMUnknown kPstLstUIPanelWidgetBoss::IID_IOBSERVER |
This observer subclasses ActiveSelectionObserver so when there is a selection change,
PstLstUISelectionObserver will get notified. And also this observer observes the drop down list, we need to know when the user changes the drop down selection so we can update the dispaly data.
Implementation: kPstLstUISelectionObserverImpl.
| IPMUnknown kPstLstUIPanelWidgetBoss::IID_IPANELMENUDATA |
The plug-in's implementation of IPanelMenuData.
Implementation provided by the API.
Implementation: kCPanelMenuDataImpl.