Changes

Line 70: Line 70:     
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).
 
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
+
* ''activity.toolbar()'' toolbutton with activity sub-toolbar
* ''stop_button()''
+
* ''activity.stop_button()''
* ''undo_button()''
+
* ''activity.undo_button()''
* ''redo_button()''
+
* ''activity.redo_button()''
* ''copy_button()''
+
* ''activity.copy_button()''
* ''paste_button()''
+
* ''activity.paste_button()''
    
== How To Test ==
 
== How To Test ==