Added toolbar and button controls.

This commit is contained in:
Tomeu Vizoso
2007-02-07 18:26:39 +01:00
parent 5d57b261ee
commit 7e324af179
6 changed files with 90 additions and 4 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ class ActivityView(SnowflakeBox):
self._icons = {}
icon = CanvasIcon(icon_name=model.get_icon_name(),
color=model.get_color(), size=80)
color=model.get_color(), box_width=80)
icon.connect('activated', self._clicked_cb)
self.append(icon, hippo.PACK_FIXED)
self.set_root(icon)