Header: scrolllist.h
Syntax:
extern _kernel_oserror *scrolllist_set_column_properties
(
unsigned int flags,
ObjectId window,
ComponentId scrolllist,
int number_of_columns,
unsigned long *data_list
);
Purpose: Function sets properties for columns in the scroll list (requires TextGadgets 0.54). Currently only property 0 (column widths) can be altered.
|
|
|