Function

Gtk-3.0Gtkrc_find_pixmap_in_pathDeprecated 3.0

  • 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.

    Parameters

    • Deprecatedsettings: Gtk.Settings
    • Deprecatedscanner: Scanner

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

    • Deprecatedpixmap_file: string

      name of the pixmap file to locate.

    Returns string

    the filename.

    since 3.0: Use Gtk.CssProvider instead.