does some one know how to use new statusicon included in pygtk since version 2.10.
I cant find any example on the net.
I cant find any example on the net.
def set_from_pixbuf(pixbuf)
def set_from_file(filename)
def set_from_stock(stock_id)
def set_from_icon_name(icon_name)
myStatusIcon = gtk.StatusIcon() myStatusIcon.set_from_icon_name(icon_name)
Comment