Struct IconSearchResult
Result of icon lookup.
struct IconSearchResult(IconTheme)
if (is(IconTheme : const(IconThemeFile)));
Fields
Name | Type | Description |
---|---|---|
filePath
|
string | File path of found icon. |
iconTheme
|
Rebindable!IconTheme | IconThemeFile the found icon belongs to.
|
subdir
|
IconSubDir | Subdirectory the found icon belongs to. |