Table of Contents

Toolbar Tab GUI Class

Github Link

 namespace lc::ui::api 

Toolbar Tab Constructor


Description

Constructs a toolbar tab gui object. Tab after being constructed needs to be added to the toolbar for it to be visible in the application.

Examples


Add Group


Description

Add Toolbar Group to the tab of the given name and width or by pointer to existing toolbar group. Width is optional and is by default 3 cols long.

Examples


Find Group


Description

Find toolbar group in tab by group label.

Examples


Label


Description

Get and set label for the toolbar tab.

Examples


Enable and Disable


Description

Enable or disable the toolbar tab.

Examples


Remove


Description

Remove the current toolbat tab from the toolbar.

Examples


Add Button


Description

Add Toolbar Button to the tab by passing in Toolbar Button object and name of group to add button to.

Examples


Get Group


Description

Get Toolbar Group by name from the tab.

Examples


List of all groups


Description

Return list containing all groups in the tab.

Examples


Find Button


Description

Find toolbar button in the group of the given name in the tab.

Examples


Remove Group


Description

Remove group of the given name or by passing in a toolbar group object.

Examples