RcStyle.findPixmapInPath

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

More...
class RcStyle
deprecated static
string
findPixmapInPath

Parameters

settings Settings
scanner ScannerG

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 gtk.CssProvider instead.