controlP5 / ControllerGroup / setTab( )

name
setTab ( )
description
set the tab of the controller. 
Syntax
setTab(theName);
setTab(theWindow, theName);
setTab(theTab);
parameters
theNameString 
theTabTab 


Returns
None
Usage
Web & Application
Related