Header: scrolllist.h
Syntax:
extern _kernel_oserror *scrolllist_add_item
(
unsigned int flags,
ObjectId window,
ComponentId scrolllist,
const char *text,
const void *sprite_area,
const char *sprite_name,
unsigned int index
);
Purpose: Function adds a new item to a scroll list at the position specified by index. The text string must be NUL terminated and since TextGadgets 0.26 may contain tab characters as field separators for a columned display. The interpretation of sprite_area and sprite_name is dependent on the supplied flags, and may be unreliable prior to version 0.30.
|
|
|