Skip to content

pbGripper - cCJAbstractCommandBar

Determines if a "gripper" should be displayed to the left of the toolbar or menubar indicating that the bar can be moved

Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None

Syntax

Property Boolean pbGripper
Access Type Syntax
Read Access: Get pbGripper to BooleanVariable
Write Access: Set pbGripper to BooleanVariable/Value

Description

pbGripper determines if a "gripper" should be displayed to the left of the toolbar or menubar. This is usually used to indicate that the bar can be repositioned, which is accomplished by grabbing the gripper with your mouse and dragging it. This property does not control if bar can actually be moved, pbEnableDocking is used for that. Therefore, when pbEnableDocking is True, pbGripper should probably be set to true and visa versa.

The default value for menubars (cCJMenuBar) is False.

The default value for toolbars (cCJToolBar) is True.