PureBasic - ToolBar

Overview

Toolbars are very useful to access some functions of the application quickly, with the help of small icons. It's often the shortcuts of menus items. PureBasic allows to create any number of toolbar and to handle them as if it was a menu.

Command Index

CreateToolBar
DisableToolBarButton
FreeToolBar
GetToolBarButtonState
IsToolBar
SetToolBarButtonState
ToolBarHeight
ToolBarID
ToolBarImageButton
ToolBarSeparator
ToolBarStandardButton
ToolBarToolTip

Example

ToolBar.pb

Supported OS

All

Reference Manual - Index