controlP5 / Controller / moveTo( )

name
moveTo ( )
description
move a controller to another tab and/or controlWindow. 
Syntax
moveTo(theTabName);
moveTo(theTab);
moveTo(theApplet, theTabName);
moveTo(theControlWindow);
moveTo(theGroup, theTab, theControlWindow);
moveTo(theGroup);
parameters
theTabNameString 


Returns
None
Usage
Web & Application
Related