I have a GTK widget named Cloud (which basically subclasses Gtk.Eventbox) as a Cairo surface painted with a SVG. I'm trying to display other Gtk widgets (Label/Buttons) over it.
I tried adding Gtk.Label elements to the Cloud but they are not shown over the surface.
Using Gtk.Fixed and to position the Cloud under the label doesn't work either.
How do I draw a Gtk widget on a Cairo surface?