| |
- IconTheme
-
- IconThemeGTK
- IconThemeROX
- 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)
- name = icon theme to load
- load_icon(self, iconname, size, flags=0)
- return gdk_pixbuf of icon
- lookup_icon(self, iconname, size, flags=0)
- return path to required icon at specified size
|
class IconThemeGTK(IconTheme) |
|
Icon themes are located by searching through various directories. You can use an IconTheme
to convert an icon name into a suitable image. This implementation is for PyGTK 2.4 or later |
|
Methods defined here:
- __init__(self, name)
- load_icon(self, iconname, size, flags=0)
- lookup_icon(self, iconname, size, flags=0)
|
class IconThemeROX(IconTheme) |
|
Icon themes are located by searching through various directories. You can use an IconTheme
to convert an icon name into a suitable image. This implementation is for PyGTK 2.0 or 2.2 |
|
Methods defined here:
- __init__(self, name)
- load_icon(self, iconname, size, flags=0)
- lookup_icon(self, iconname, size, flags=0)
|
class Index |
|
A theme's index.theme file. |
|
Methods defined here:
- __init__(self, dir)
- get(self, section, key)
- None if not found
|
|