SetGadgetItemAttribute()
Syntax
SetGadgetItemAttribute(#Gadget, Item, Attribute, Value [, Column])Description
Changes the 'Attribute' value of the specified #Gadget item. 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.
Supported OS
All