Description Usage Arguments Details Author(s)
Registers a built-in icon for icon theme lookups. The idea of built-in icons is to allow an application or library that uses themed icons to function requiring files to be present in the file system. For instance, the default images for all of GTK+'s stock icons are registered as built-icons.
1 | gtkIconThemeAddBuiltinIcon(icon.name, size, pixbuf)
|
|
the name of the icon to register |
|
the size at which to register the icon (different images can be registered for the same icon name at different sizes.) |
|
|
In general, if you use gtkIconThemeAddBuiltinIcon
you should also install the icon in the icon theme, so
that the icon is generally available.
This function will generally be used with pixbufs loaded
via gdkPixbufNewFromInline()
.
Since 2.4
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.