e77f08d1fc
Thanks to yvesf for this simple python test script: from gi.repository import Gtk as gtk def cb(*a): print a def si_popup(*a): print a status_icon = gtk.StatusIcon() status_icon.set_from_stock(gtk.STOCK_OPEN) status_icon.connect("activate", cb) gtk.main() |
||
---|---|---|
.. | ||
doc | ||
include | ||
src | ||
.gitignore | ||
CHANGELOG | ||
LICENSE | ||
Makefile |