In GTK2, a StatusBar was just a simple container like an HBox. Glade 3 (gtk3) now shows this message when I try to add child widgets to my status bar:
What are placeholders?
I prefer to build the UI entirely in Glade, but If that doesn't work anymore, building it in code is fine too. I'm using Python 3.2 and Gtk via GObject introspection.