Development Team/Almanac/sugar.activity.activity: Difference between revisions

Line 29: Line 29:




=== How do I get a handle on the standard activity toolbar given an ActivityToolbox object? ===
Use the get_activity_toolbar() method in ActivityToolbox to get a handle ont he activity toolbar.
        #Get the activity toolbar from our ActivityToolbox object
        activityToolbar = toolbox.get_activity_toolbar()


= Class: ActivityToolbar =
= Class: ActivityToolbar =