ToolBar

A movable panel that contains various interactive elements like buttons, tool buttons, text fields, or other widgets. It’s commonly used to provide quick access to frequently used actions or tools within an application.

local toolbar = Toolbar()

Hey!

Check out ToolbarButton for more

Properties

setIconStyle(style)

Sets the toolbar icon style; icononly, textonly, textbesideicon, textundericon, followstyle

setIconSize(width, height)

Adjusts the icon size for all ToolbarButton

addButton(data, startNode, endNode)

Adds a ToolbarButton to the widget