Open main menu
Home
Random
Log in
Settings
About Sugar Labs
Disclaimers
Sugar Labs
Search
Changes
← Older edit
Development Team/Almanac/sugar.graphics.toolbutton
(view source)
Revision as of 11:17, 9 April 2011
329 bytes added
,
11:17, 9 April 2011
→How do I set the default toolbar menu?
Line 66:
Line 66:
self.toolbox.set_current_toolbar(1)
self.toolbox.set_current_toolbar(1)
+
+
=== How do I set the icon search path for my toolbar button? ===
+
+
By default, the Sugar system icon folders and the icons subdirectory of your activity are searched. You can add additional directories to search as follows:
+
+
icon_theme = gtk.icon_theme_get_default()
+
icon_theme.append_search_path(your_icon_path)
Walter
Bureaucrats
,
Administrators
10,579
edits