Header: scrolllist.h
Syntax:
extern _kernel_oserror *scrolllist_set_heading_text
(
unsigned int flags,
ObjectId window,
ComponentId scrolllist,
const char *new_text
);
Purpose: Function sets a heading to be displayed at the top of a scroll list that will remain visible even when the list is scrolled. The string pointed to by new_text may contain tab characters to separate columns and must be NUL terminated. A heading can be removed by calling with new_text == NULL. Requires TextGadgets 0.29.
|
|
|