rcFindPixmapInPath

fnstring rcFindPixmapInPath(gtk.settings.Settings settings, glib.scanner.Scanner scanner, string pixmapFile)

Looks up a file in pixmap path for the specified #GtkSettings. If the file is not found, it outputs a warning message using g_warning() and returns null.

Parameters

settingsa #GtkSettings
scannerScanner used to get line number information for the warning message, or null
pixmapFilename of the pixmap file to locate.

Returns

the filename.

Deprecated

Use #GtkCssProvider instead.