IconThemeGroup

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

comment
string comment()

Longer string describing the theme.

comment
string comment(string commentary)

Set "Comment" to commentary escaping the value if needed.

directories
auto directories()

List of subdirectories for this theme.

directories
string directories(Range values)

setter

displayName
string displayName()

Short name of the icon theme, used in e.g. lists when selecting themes.

displayName
string displayName(string name)

Set "Name" to name escaping the value if needed.

example
string example()

The name of an icon that should be used as an example of how this theme looks.

example
string example(string example)

Set "Example" to example escaping the value if needed.

hidden
bool hidden()

Whether to hide the theme in a theme selection user interface.

hidden
bool hidden(bool hide)

setter

inherits
auto inherits()

Names of themes that this theme inherits from.

inherits
string inherits(Range values)

setter

localizedComment
string localizedComment(string locale)
localizedDisplayName
string localizedDisplayName(string locale)
validateKey
void validateKey(string key, string value)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta