rcFindPixmapInPath
fn
string 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
settings | a #GtkSettings |
scanner | Scanner used to get line number information for the warning message, or null |
pixmapFile | name of the pixmap file to locate. |
Returns
the filename.
Deprecated
Use #GtkCssProvider instead.