Features/New Toolbar Design: Difference between revisions
No edit summary |
|||
| Line 67: | Line 67: | ||
* implementation in sugar-toolkit | * implementation in sugar-toolkit | ||
* | * provide API in sugar.activity.activity for new toolbars | ||
One option for new API is supporting bunch of methods to create most useful toolitems/sub-toolbars. (see [http://git.sugarlabs.org/projects/write/repos/toolbars/blobs/master/AbiWordActivity.py#line58] for example usage). | |||
* ''toolbar()'' toolbutton with activity sub-toolbar | |||
* ''stop_button()'' | |||
* ''undo_button()'' | |||
* ''redo_button()'' | |||
* ''copy_button()'' | |||
* ''paste_button()'' | |||
== How To Test == | == How To Test == | ||