Header: scrolllist.h
Syntax:
extern _kernel_oserror *scrolllist_make_visible
(
unsigned int flags,
ObjectId window,
ComponentId scrolllist,
unsigned int index,
);
Purpose: Function ensures that the item at the position specified by index is within the visible area of a scroll list. Currently this is done by scrolling the list so the item is at the top, but this behaviour may improve in future versions of TextGadgets.
|
|
|