TabBarGadgetFunctionsTabBarGadgetToolTip

TabBarGadget

ConfigurationExamplesFunctions
AddTabBarGadgetItemClearTabBarGadgetItemsCountTabBarGadgetItemsEventTypeFreeTabBarGadgetGetTabBarGadgetAttributeGetTabBarGadgetDataGetTabBarGadgetItemAttributeGetTabBarGadgetItemColorGetTabBarGadgetItemDataGetTabBarGadgetItemPositionGetTabBarGadgetItemStateGetTabBarGadgetItemTextGetTabBarGadgetStateGetTabBarGadgetTextRemoveTabBarGadgetItemSetTabBarGadgetAttributeSetTabBarGadgetDataSetTabBarGadgetFontSetTabBarGadgetItemAttributeSetTabBarGadgetItemColorSetTabBarGadgetItemDataSetTabBarGadgetItemImageSetTabBarGadgetItemPositionSetTabBarGadgetItemStateSetTabBarGadgetItemTextSetTabBarGadgetStateSetTabBarGadgetTextTabBarGadgetTabBarGadgetItemIDTabBarGadgetItemToolTipTabBarGadgetToolTipUpdateTabBarGadget
History

TabBarGadgetToolTipFUNCTION

Description

Changes the tool tip text of the specified tab bar gadget.

Syntax

TabBarGadgetToolTip( Gadget.i [, ItemText [, NewText [, CloseText]]] )

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.
ItemText The tool tip text of the tabs. You can use "%ITEM" to insert the tab text in your string.
NewText The tool tip text of the "new"-tab.
CloseText The tool tip text of the close button in the tabs.

Return value

None

See also

Union Bytes | Login