add method

add

Adds a Tab to the collection.

Returns

The index at which the tab was added.

def add(self, value):
    ...
ParameterTypeDescription
valueITabThe Tab object to be added at the end of the collection.

add

Adds a Tab to the collection.

Returns

Added tab.

def add(self, position, align):
    ...
ParameterTypeDescription
positionfloatTab position.
alignTabAlignmentTab alignment.

See Also