Changes
Jump to navigation
Jump to search
Line 1:
Line 1:
− == Class: Activity ==+
Line 13:
Line 13:
− == Class: ActivityToolbar, ActivityToolbox ==+
Line 35:
Line 35:
− == Class: EditToolbar ==+
Development Team/Almanac/sugar.activity.activity (view source)
Revision as of 10:10, 2 June 2008
, 10:10, 2 June 2008no edit summary
The sugar.activity.activity package includes several important classes that are needed to run a basic activity.
The sugar.activity.activity package includes several important classes that are needed to run a basic activity.
= Class: Activity =
=== How do I create a new activity that is derived from the base Activity class? ===
=== How do I create a new activity that is derived from the base Activity class? ===
activity.Activity.__init__(self, handle)
activity.Activity.__init__(self, handle)
= Class: ActivityToolbar, ActivityToolbox =
=== What is the standard toolbar needed in most activities and how do I create it? ===
=== What is the standard toolbar needed in most activities and how do I create it? ===
= Class: EditToolbar =
=== How do I add a standard edit toolbar to my activity? ===
=== How do I add a standard edit toolbar to my activity? ===