controlP5 / ControlP5 / addGroup( )

name
addGroup ( )
description
add a group to controlP5. by default it will be added to the default tab of the main window. 
Syntax
addGroup(theName, theX, theY, theW);
addGroup(theName, theX, theY);
parameters
theNameString 
theXint 
theYint 


Returns
ControlGroup
Usage
Web & Application
Related