Header: scrolllist.h
Syntax:
extern _kernel_oserror *scrolllist_get_item_text
(
unsigned int flags,
ObjectId window,
ComponentId scrolllist,
char *buffer,
int size,
unsigned int index,
int *nbytes
);
Purpose: Function copies the text of the scroll list item specified by index to a buffer provided by the client or, if buffer is NULL, writes the required buffer size to nbytes. The output string will be NUL terminated and (since TextGadgets 0.26) may contain tab characters as column separators.
|
|
|