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

Make the list-box selections notify our client code.
Adds an observer interface to the list box widget boss class.
| IPMUnknown kDCLSizListBoxWidgetBoss::IID_IOBSERVER |
Implements the observer that receives the messages from the application
when user clicks in the list box, see DCLSizListBoxObserver.
Implementation: kDCLSizListBoxObserverImpl.
| ITreeViewHierarchyAdapter kDCLSizListBoxWidgetBoss::IID_ITREEVIEWHIERARCHYADAPTER |
Adapts our data model to the needs of the application framework
Implementation: kDCLSizTreeViewAdapterImpl.
| ITreeViewWidgetMgr kDCLSizListBoxWidgetBoss::IID_ITREEVIEWWIDGETMGR |
Furnishes application framework with widgets as needed
Implementation: kDCLSizTreeViewWidgetMgrImpl.