SetGadgetItemAttribute()
Syntax
SetGadgetItemAttribute(#Gadget, Item, Attribute, Value)Description
Changes the 'Attribute' value of the specified #Gadget item. This function is available for all gadgets which support item attributes:
- MDIGadget(), with one of these values as Attribute:#PB_MDI_ItemWidth : Set the width of a childwindow #PB_MDI_ItemHeight: Set the height of a childwindow
Supported OS
Windows, Linux, MacOS X