Development Team/Almanac/sugar.graphics.toolbox: Difference between revisions
No edit summary |
|||
| Line 20: | Line 20: | ||
=== How do I programmatically change the active toolbar in a toolbox? === | === How do I programmatically change the active toolbar in a toolbox? === | ||
The "set_current_toolbar()" method in the ToolBox class allows you to programmatically set which toolbar is active. | |||
#Set the active toolbar using an integer index assigned to each toolbar in your activity. | #Set the active toolbar using an integer index assigned to each toolbar in your activity. | ||
self.toolbox.set_current_toolbar(1); | self.toolbox.set_current_toolbar(1); | ||