SG_RemoveGadgetColumn | ||||||
Syntax: | ||||||
SG_RemoveGadgetColumn(SG_GadgetID_L.l, Column_L.l) | ||||||
Parameters: | ||||||
| ||||||
Description: | ||||||
Removes a column of the specified #Gadget. Column index starts at 0. The gadget type can be one of the following: - ListIconGadget() - ExplorerListGadget() | ||||||
Example: | ||||||
| ||||||
Remarks: | ||||||
The position specifies the column index where the new item should be inserted. Column indexes start from 0, which is the leftmost column, and increase by 1 for each column to the right. When you add a column, all the old columns which are on the right of the new column will have a position which is one more than they previously had. The maximum amount of columns is set to 16 | ||||||
|