rox.icon_theme
index

This is an internal module. Do not use it. GTK 2.4 will contain functions
that replace those defined here.

 
Classes
       
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

 
class SubDir
      A subdirectory within a theme.
 
  Methods defined here:
__init__(self, index, subdir)