Add icon property to TrayIcon.

This commit is contained in:
Tomeu Vizoso 2008-03-01 17:39:22 +01:00
parent ed1aa70636
commit 99f406d0b9

View File

@ -302,4 +302,5 @@ class TrayIcon(gtk.ToolItem):
def get_icon(self):
return self._icon_widget.get_icon()
icon = property(get_icon, None)