Description | Hierarchy | Fields | Methods | Properties |
type TGUIToolBar = class(TGUIElement)
Stays at the top of its parent like the menu bar and contains tool buttons.
![]() |
function AddButton(ID: LongInt = -1; const Text: StringType = ''; ToolTip: StringType = ''; Image: TTexture = nil; PressedImage: TTexture = nil; IsPushButton: Boolean = False; UseAlphaChannel: Boolean = False): TGUIButton; inline; |
![]() |
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. |