gThemedIconNewWithDefaultFallbacks: gThemedIconNewWithDefaultFallbacks

Description Usage Arguments Details Value Author(s)

View source: R/gioFuncs.R

Description

Creates a new themed icon for iconname, and all the names that can be created by shortening iconname at '-' characters.

Usage

1

Arguments

iconname

a string containing an icon name

Details

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")

Value

[GIcon] a new GThemedIcon.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.