Enumerations

Tool Item Types

Enumerations

enum   ToolItemType {
  CTB_PUSHBUTTON, CTB_CHECKBUTTON, CTB_MACROBUTTON, CTB_SEPARATOR,
  CTB_STATUS, CTB_OTHER
}

Detailed Description

See also:
Class ToolItem

Enumeration Type Documentation

Enumerator:
CTB_PUSHBUTTON 

Button pops back out as soon as it is released by the user.

CTB_CHECKBUTTON 

Button stays pressed in until the user presses it again.

CTB_MACROBUTTON 

Can contain icons or text.

CTB_SEPARATOR 

Used to separate groups of items in a toolbar.

CTB_STATUS 

Can be used to display text.

CTB_OTHER 

A user-defined tool type.