TabBarGadgetFunctionsGetTabBarGadgetItemAttribute

TabBarGadget

ConfigurationExamplesFunctions
AddTabBarGadgetItemClearTabBarGadgetItemsCountTabBarGadgetItemsEventTypeFreeTabBarGadgetGetTabBarGadgetAttributeGetTabBarGadgetDataGetTabBarGadgetItemAttributeGetTabBarGadgetItemColorGetTabBarGadgetItemDataGetTabBarGadgetItemPositionGetTabBarGadgetItemStateGetTabBarGadgetItemTextGetTabBarGadgetStateGetTabBarGadgetTextRemoveTabBarGadgetItemSetTabBarGadgetAttributeSetTabBarGadgetDataSetTabBarGadgetFontSetTabBarGadgetItemAttributeSetTabBarGadgetItemColorSetTabBarGadgetItemDataSetTabBarGadgetItemImageSetTabBarGadgetItemPositionSetTabBarGadgetItemStateSetTabBarGadgetItemTextSetTabBarGadgetStateSetTabBarGadgetTextTabBarGadgetTabBarGadgetItemIDTabBarGadgetItemToolTipTabBarGadgetToolTipUpdateTabBarGadget
History

GetTabBarGadgetItemAttributeFUNCTION

Description

Returns an attribute of the specified tab in the specified tab bar gadget.

Syntax

Value.i = GetTabBarGadgetItemAttribute( Gadget.i, Tab.i, Attribute.i )

Parameters

Gadget A valid number of a tab bar gadget.
Tab The position of the tab (the first tab is on position 0) or
the unique ID (see also TabBarGadgetItemID) of the tab or
one of the following constants:
#TabBarGadgetItem_Event The tab with the last event.
#TabBarGadgetItem_Selected The selected tab.
#TabBarGadgetItem_NewTab The "new" tab.
Attribute One of the following constants:
#TabBarGadget_CloseButton Shows a small close button.
#TabBarGadget_SelectedCloseButton Shows a small close button if the tab is selected.
#TabBarGadget_CheckBox Shows a small check box.

Return value

#True if the attribute is enabled or #False if the attribute is disabled.

See also

Union Bytes | Login