controlP5 / ControlP5 / addTab( )

name
addTab ( )
description
add a tab to controlP5. by default the tab will be added to the main window. 
Syntax
addTab(theName);
addTab(theWindow, theName);
parameters
theNameString 


Returns
Tasaveb
Usage
Web & Application
Related