TabBarGadgetFunctionsSetTabBarGadgetItemImage

TabBarGadget

ConfigurationExamplesFunctions
AddTabBarGadgetItemClearTabBarGadgetItemsCountTabBarGadgetItemsEventTypeFreeTabBarGadgetGetTabBarGadgetAttributeGetTabBarGadgetDataGetTabBarGadgetItemAttributeGetTabBarGadgetItemColorGetTabBarGadgetItemDataGetTabBarGadgetItemPositionGetTabBarGadgetItemStateGetTabBarGadgetItemTextGetTabBarGadgetStateGetTabBarGadgetTextRemoveTabBarGadgetItemSetTabBarGadgetAttributeSetTabBarGadgetDataSetTabBarGadgetFontSetTabBarGadgetItemAttributeSetTabBarGadgetItemColorSetTabBarGadgetItemDataSetTabBarGadgetItemImageSetTabBarGadgetItemPositionSetTabBarGadgetItemStateSetTabBarGadgetItemTextSetTabBarGadgetStateSetTabBarGadgetTextTabBarGadgetTabBarGadgetItemIDTabBarGadgetItemToolTipTabBarGadgetToolTipUpdateTabBarGadget
History

SetTabBarGadgetItemImageFUNCTION

Description

Changes the image (the icon) of the specified tab in the specified tab bar gadget.

Syntax

SetTabBarGadgetItemImage( Gadget.i, Tab.i, ImageID.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.
ImageID The new image or icon of the tab as an image id. You can use #Null you remove the image from the tab.

Return value

None

Remarks

The Include creates a private copy of the image, so you can release your image.

See also

Union Bytes | Login