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

Public Types | |
| enum | { kDefaultIID = IID_ITOOLSIZER } |
Public Member Functions | |
| virtual void | AdjustToolSizeForOrientation (IUserInterfacePreferences::ToolboxState newOrientation)=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
Interface for notifying tools that toolbox orientation is changing
| pure virtual |
Adjust to the new toolbox orientation. Some tools have to resize or do some other fancy stuff to fit nicely into different toolbox shapes.
| newOrientation | which state we're setting to |