add method

add(self, value)

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(self, position, align)

Adds a Tab to the collection.

Returns

Added tab.

def add(self, position, align):
    ...
ParameterTypeDescription
positionfloat
alignTabAlignment

See Also