Add icon property to TrayIcon.

master
Tomeu Vizoso 17 years ago
parent ed1aa70636
commit 99f406d0b9

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

Loading…
Cancel
Save