SetGadgetItemAttribute()

Syntax

SetGadgetItemAttribute(#Gadget, Item, Attribute, Value [, Column])
Description
Changes an attribute value of the specified gadget item.

Parameters

#Gadget The gadget to use.
Item The item to use. The first item in the gadget has index 0.
Attribute The attribute to set. See below for the supported values.
Value The value to set for the attribute.
Column (optional) The column to use for gadgets that support multiple columns. The first column has index 0. The default is column 0.

Remarks

This function is available for all gadgets which support item attributes:

- ExplorerListGadget():
  #PB_Explorer_ColumnWidth : Changes the width of the given 'Column'. The 'Item' parameter is ignored.
- ListIconGadget():
  #PB_ListIcon_ColumnWidth : Changes the width of the given 'Column'. The 'Item' parameter is ignored.

See Also

GetGadgetItemAttribute(), GetGadgetAttribute(), SetGadgetAttribute()

Supported OS

All

<- SetGadgetFont() - Gadget Index - SetGadgetItemColor() ->