GTK can construct images by name of the \"icon from current icon theme\". For example:
#!/usr/bin/env python import gtk; wnd=gtk.Window(); img=gtk.Image(); img.s
The names are in the Icon Naming Specification. If this doesn't work on Windows or OSX, then report it as a bug - GTK needs at least one icon theme installed in order to work properly.