Gtk.IconLookupFlags Enumeration
Used to specify options for IconTheme.LookupIcon()

Syntax

[GLib.GType(typeof(Gtk.IconLookupFlagsGType))]
[System.Flags]
public enum IconLookupFlags

Remarks

Members

Member NameDescription
NoSvg Never return SVG icons, even if gdk-pixbuf supports them. Cannot be used together with IconLookupFlags.ForceSvg.
ForceSvg Return SVG icons, even if gdk-pixbuf does not support them. Cannot be used together with IconLookupFlags.NoSvg.
UseBuiltin When passed to IconTheme.LookupIcon() includes builtin icons as well as files. For a builtin icon, IconInfo.Filename returns null and you need to call IconInfo.BuiltinPixbuf.
GenericFallbackDocumentation for this section has not yet been entered.

Requirements

Namespace: Gtk
Assembly: gtk-sharp (in gtk-sharp.dll)
Assembly Versions: 2.12.0.0
Since: Gtk# 2.4