Pixbuf load_icon (string names, int width, int height)
Pixbuf load_icon (string names, int width, int height)
Loads an icon based on names and the given width/height
| names | a delimited (with ";;") list of icon names, first one found is used |
| width | the requested width of the icon |
| height | the requested height of the icon |
| the pixbuf representing the requested icon |