IconSubDir

Adapter of inilike.file.IniLikeGroup for easy access to icon subdirectory properties.

Constructors

this
this(const(IniLikeGroup) group)
Undocumented in source.
this
this(uint size, Type type, string context, uint minSize, uint maxSize, uint threshold)
Undocumented in source.

Members

Enums

Type
enum Type

The type of icon sizes for the icons in the directory.

Functions

context
string context()

The context the icon is normally used in.

maxSize
uint maxSize()

The maximum size that the icons in this directory can be scaled to. Defaults to the value of Size if not present.

minSize
uint minSize()

The minimum size that the icons in this directory can be scaled to. Defaults to the value of Size if not present.

name
string name()

The name of section in icon theme file and relative path to icons.

size
uint size()

Nominal size of the icons in this directory.

threshold
uint threshold()

The icons in this directory can be used if the size differ at most this much from the desired size. Defaults to 2 if not present.

type
Type type()

The type of icon sizes for the icons in this directory.

Meta