Development Team/Almanac/sugar.activity.activity: Difference between revisions
No edit summary |
|||
| Line 8: | Line 8: | ||
from sugar.activity import activity | from sugar.activity import activity | ||
... | ... | ||
class | class ToolbarExample(activity.Activity): | ||
def __init__(self, handle): | def __init__(self, handle): | ||
activity.Activity.__init__(self, handle) | activity.Activity.__init__(self, handle) | ||
== Class: ActivityToolbar, ActivityToolbox == | == Class: ActivityToolbar, ActivityToolbox == | ||