controlP5 / ScrollList / addItem( )

name
addItem ( )
description
add an item to the scrollList. 
Syntax
addItem(theName, theValue);
parameters
theNameString 
theValueint 


Returns
Button
Usage
Web & Application
Related