Header: scrolllist.h
Syntax:
extern _kernel_oserror *scrolllist_count_items
(
unsigned int flags,
ObjectId window,
ComponentId scrolllist,
unsigned int *items
);
Purpose: Function writes to items a single informational value dependent on bits 0-7 of flags. Originally only the number of rows in a scroll list could be requested, but since TextGadgets 0.55 the gadget width and height necessary to make all rows/columns visible can also be read.
|
|
|