Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gThemedIconNewWithDefaultFallbacks

gThemedIconNewWithDefaultFallbacks


Description

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

Usage

gThemedIconNewWithDefaultFallbacks(iconname)

Arguments

iconname

a string containing an icon name

Details

In the following example, icon1 and icon2 are equivalent:

names <- c("gnome-dev-cdrom-audio", "gnome-dev-cdrom", "gnome-dev", "gnome")

icon1 <- gThemedIconNewFromNames(names)
icon2 <- gThemedIconNewWithDefaultCallbacks("gnome-dev-cdrom-audio")

Value

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.