Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Current »

Description

Creates a separator at the end of the last button in the specified tab. Useful when initially setting up a tab.

Functional area

Interface

Command syntax

Syntax

createShelfSeparator ["tabName"] ["groupName"]

Arguments

NameTypeRequiredComments
tabName

The tab in into which you want the separator inserted.
groupName


Flags

None

Return value

void

Examples

//create a tab and add a separator
createShelfSeparator "testTab";

Additional information

Related commands

  • No labels