controlP5 / MultiListButton / add( )

name
add ( )
description
add a new button to the sublist of this multilist button. 
Syntax
add(theName, theValue);
parameters
theNameString 
theValueint 


Returns
MultiListButton
Usage
Web & Application
Related