controlP5 / ControlP5 / addTextarea( )

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


Returns
Textlabel
Usage
Web & Application
Related