ThemedIcon.this

Creates a new themed icon for iconname, and all the names that can be created by shortening iconname at '-' characters.

  1. this(GThemedIcon* gThemedIcon)
  2. this(string[] iconnames, int len)
  3. this(string iconname)
    class ThemedIcon
    this
    (
    string iconname
    )

Parameters

iconname string

a string containing an icon name

Throws

ConstructionException GTK+ fails to create the object.

Meta