rcFindPixmapInPath

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.

More...

Parameters

settings gtk.settings.Settings

a #GtkSettings

scanner glib.scanner.Scanner

Scanner used to get line number information for the warning message, or null

pixmapFile string

name of the pixmap file to locate.

Return Value

Type: string

the filename.

Detailed Description

Deprecated: Use #GtkCssProvider instead.