![]() Rogue Wave Views 5.5.1 |
Rogue Wave Views |
Rogue Wave Views Documentation Home |
Class that represents a pane handle. More...
#include <ilviews/gadgets/dockpane.h>
Public Member Functions | |
| virtual void | moveResize (const IlvRect &) |
| Moves and resizes the pane. | |
Static Public Member Functions | |
| static void | UseDefaultHandlePanes (IlBoolean smallSize) |
| Uses Views 4.0 pane handles. | |
| static void | UseTitledHandlePanes (IlBoolean smallSize) |
| Uses pane handles showing the pane title. | |
Class that represents a pane handle.
Library: ilvadvgdt
Instances of the class IlvDockingHandlePane are created when calling IlvDockableContainer::addDockingPane.
IlvDockableContainer, IlvPane. | virtual void IlvDockingHandlePane::moveResize | ( | const IlvRect & | rect | ) | [virtual] |
Moves and resizes the pane.
| rect | The new size and position of the pane. |
boundingBox. Reimplemented from IlvGraphicPane.
| static void IlvDockingHandlePane::UseDefaultHandlePanes | ( | IlBoolean | smallSize | ) | [static] |
Uses Views 4.0 pane handles.
After calling this method, the pane handles created by calling IlvDockableContainer::addDockingPane will show relief bars and two buttons: the expand/contract button and the hide button.
| smallSize | A Boolean value indicating whether this setting may be applied to small handles (for toolbars) or to other handles. |
| static void IlvDockingHandlePane::UseTitledHandlePanes | ( | IlBoolean | smallSize | ) | [static] |
Uses pane handles showing the pane title.
After calling this method, the pane handles created by calling IlvDockableContainer::addDockingPane will show the title of the corresponding dockable pane.
| smallSize | A Boolean value indicating whether this setting may be applied to small handles (for toolbars) or to other handles. |
© Copyright 2012, Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave is a registered trademark of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.