TabBarGadgetFunctionsGetTabBarGadgetState

TabBarGadget

ConfigurationExamplesFunctions
AddTabBarGadgetItemClearTabBarGadgetItemsCountTabBarGadgetItemsEventTypeFreeTabBarGadgetGetTabBarGadgetAttributeGetTabBarGadgetDataGetTabBarGadgetItemAttributeGetTabBarGadgetItemColorGetTabBarGadgetItemDataGetTabBarGadgetItemPositionGetTabBarGadgetItemStateGetTabBarGadgetItemTextGetTabBarGadgetStateGetTabBarGadgetTextRemoveTabBarGadgetItemSetTabBarGadgetAttributeSetTabBarGadgetDataSetTabBarGadgetFontSetTabBarGadgetItemAttributeSetTabBarGadgetItemColorSetTabBarGadgetItemDataSetTabBarGadgetItemImageSetTabBarGadgetItemPositionSetTabBarGadgetItemStateSetTabBarGadgetItemTextSetTabBarGadgetStateSetTabBarGadgetTextTabBarGadgetTabBarGadgetItemIDTabBarGadgetItemToolTipTabBarGadgetToolTipUpdateTabBarGadget
History

GetTabBarGadgetStateFUNCTION

Description

Returns the position of current selected tab in the specified tab bar gadget.

Syntax

Text.s = GetTabBarGadgetState( Gadget.i )

Parameters

Gadget A valid number of a tab bar gadget.

Return value

The position of the selected tab.
If no tab is selected it returns #TabBarGadgetItem_None.
If more tabs are selected, it returns the position of the last selected tab.

See also

Union Bytes | Login