controlP5 / ControlP5 / addScrollList( )

name
addScrollList ( )
description
add a scroll list to controlP5. by default it will be added to the default tab of the main window. 
Syntax
addScrollList(theName, theX, theY, theW, theH);
parameters
theNameString 
theXint 
theYint 
theWint 
theHint 


Returns
ScrollList
Usage
Web & Application
Related