Add icon property to TrayIcon.
This commit is contained in:
parent
ed1aa70636
commit
99f406d0b9
@ -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)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user