| |
- IconTheme
- Index
- SubDir
class IconTheme |
|
Icon themes are located by searching through various directories. You can use an IconTheme
to convert an icon name into a suitable image. |
|
Methods defined here:
- __init__(self, name)
- lookup_icon(self, iconname, size)
|
class Index |
|
A theme's index.theme file. |
|
Methods defined here:
- __init__(self, dir)
- get(self, section, key)
- None if not found
|
|