Contents page

ClickList()


    USAGE

void ClickList(ListInfo, GadgetID)

FUNCTION

This routine is called when the user has clicked on either the ClickUp arrow or the ClickDown arrow in a list display. This routine is passed that GadgetID (so it knows wich event it was) and the ListInfo structure that describe the list. The display is scrolled appropriately.

see also: section Lists.

INPUTS

ListInfo = Pointer to a ListInfo structure that describes the list. GadgetID = GadgetID of the click gadget that the user selected.

RESULT

none (void)

SEE ALSO

ScrollList, DrawList