RcStyle.findPixmapInPath

Warning gtk_rc_find_pixmap_in_path has been deprecated since version 3.0 and should not be used in newly-written code. Use GtkCssProvider instead. 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.

class RcStyle
deprecated static
string
findPixmapInPath

Parameters

settings Settings

a GtkSettings

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. [type filename]

Meta