gtkRcFindPixmapInPath {RGtk2} | R Documentation |
Looks up a file in pixmap path for the specified GtkSettings
.
If the file is not found, it outputs a warning message using
gWarning()
and returns NULL
.
gtkRcFindPixmapInPath(settings, scanner = NULL, pixmap.file)
|
[GtkSettings ] a GtkSettings |
|
[GScanner] Scanner used to get line number information for the
warning message, or NULL |
|
[character] name of the pixmap file to locate. |
[character] the filename.
Derived by RGtkGen from GTK+ documentation