Add icon property to TrayIcon.
This commit is contained in:
@@ -302,4 +302,5 @@ class TrayIcon(gtk.ToolItem):
|
|||||||
|
|
||||||
def get_icon(self):
|
def get_icon(self):
|
||||||
return self._icon_widget.get_icon()
|
return self._icon_widget.get_icon()
|
||||||
|
icon = property(get_icon, None)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user