Class TGUIToolBar

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TGUIToolBar = class(TGUIElement)

Description

Stays at the top of its parent like the menu bar and contains tool buttons.

Hierarchy

Overview

Methods

Public function AddButton(ID: LongInt = -1; const Text: StringType = ''; ToolTip: StringType = ''; Image: TTexture = nil; PressedImage: TTexture = nil; IsPushButton: Boolean = False; UseAlphaChannel: Boolean = False): TGUIButton; inline;

Description

Methods

Public function AddButton(ID: LongInt = -1; const Text: StringType = ''; ToolTip: StringType = ''; Image: TTexture = nil; PressedImage: TTexture = nil; IsPushButton: Boolean = False; UseAlphaChannel: Boolean = False): TGUIButton; inline;

Adds a button to the toolbar.
(No more documentation).


Generated by PasDoc 0.12.1 on 2012-09-14 17:32:22