I want to create a Gtk.StatusIcon with custom text. Ideally, I'd like to append this to an existing image, but text-only is ok, too. How can I achieve this?
I've read about getting a Gtk.Label's pixbuf but those methods seem to be removed from Gtk3. Is there any other solution?