Activity Team/Sweetener: Difference between revisions
| Line 17: | Line 17: | ||
activity.py | activity.py | ||
canvas.py | canvas.py | ||
info.py | |||
makescripts/ | |||
options.py | options.py | ||
setup.py | |||
Optional, only if you want to get your activity working on other Linux desktops: | Optional, only if you want to get your activity working on other Linux desktops: | ||
application.py | application.py | ||
| Line 28: | Line 30: | ||
__init__.py | __init__.py | ||
basic_options.py | basic_options.py | ||
item.py | |||
itembox.py | itembox.py | ||
stock.py | stock.py | ||
Optional if your activity has only the main ToolbarBox and the ActivityToolbar, obligatory for run the activty on Linux desktops: | Optional if your activity has only the main ToolbarBox and the ActivityToolbar, obligatory for run the activty on Linux desktops: | ||