Description Usage Arguments Details Value Author(s)
Creates a new themed icon for iconname
, and all the names
that can be created by shortening iconname
at '-' characters.
1 | gThemedIconNewWithDefaultFallbacks(iconname)
|
|
a string containing an icon name |
In the following example, icon1
and icon2
are equivalent:
1 2 3 4 | names <- c("gnome-dev-cdrom-audio", "gnome-dev-cdrom", "gnome-dev", "gnome")
icon1 <- gThemedIconNewFromNames(names)
icon2 <- gThemedIconNewWithDefaultCallbacks("gnome-dev-cdrom-audio")
|
[GIcon
] a new GThemedIcon
.
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.