ThemedIcon.this

Creates a new themed icon for iconnames.

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

Parameters

iconnames string[]

an array of strings containing icon names. [array length=len]

len int

the length of the iconnames array, or -1 if iconnames is NULL-terminated

Throws

ConstructionException GTK+ fails to create the object.

Meta