IconTheme.this

Creates a new icon theme object. Icon theme objects are used to lookup up an icon by name in a particular icon theme. Usually, you'll want to use gtk_icon_theme_get_default() or gtk_icon_theme_get_for_screen() rather than creating a new icon theme object for scratch. Since 2.4

  1. this(GtkIconTheme* gtkIconTheme)
  2. this()
    class IconTheme
    this
    ()

Throws

ConstructionException GTK+ fails to create the object.

Meta