Where GTK finds icon names to use with gtk_image_new_from_icon_name()?
问题 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.set_from_icon_name( "go-jump", gtk.ICON_SIZE_BUTTON ); wnd.add( img ); img.show(); wnd.show(); gtk.main() This will display a window with a pretty arrow inside it. But - only on ubuntu. On Windows or OSX it will display window with a "no image" icon inside :(. So my questions is - where GTK keeps icon names like "go-jump"? Is it some