Difference between revisions of "Development Team/Almanac/sugar.graphics.toolbutton"

From Sugar Labs
Jump to navigation Jump to search
(New page: = Class: ToolButton ([http://www.pygtk.org/docs/pygtk/ gtk.ToolButton]) =)
 
Line 1: Line 1:
 
= Class: ToolButton ([http://www.pygtk.org/docs/pygtk/ gtk.ToolButton]) =
 
= Class: ToolButton ([http://www.pygtk.org/docs/pygtk/ gtk.ToolButton]) =
 +
 +
Sugar tool buttons can be added to toolbars and used to control various activity processes. Some common operations with tool buttons are listed below.
 +
 +
=== How do I create my own custom tool button? ===
 +
 +
=== How do I connect my tool button to a callback? ===

Revision as of 14:57, 29 May 2008

Class: ToolButton (gtk.ToolButton)

Sugar tool buttons can be added to toolbars and used to control various activity processes. Some common operations with tool buttons are listed below.

How do I create my own custom tool button?

How do I connect my tool button to a callback?