| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
AnImage
Holds a pixbuffer, width and height of a loaded image. Access this via a Bag Of Stuff.
bos['somekey'].pixbuf
| Instance Methods | |||
|
|||
|
|||
|
Inherited from |
|||
| Instance Variables | |
|
height Of the image |
|
|
pixbuf The actual image data. |
|
|
width Of the image |
|
| Properties | |
|
Inherited from |
| Method Details |
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Alternative: Use Cairo to draw a pixbuf: ctx.set_source_pixbuf(pixbuf,x,y)
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Tue May 26 16:03:26 2009 | http://epydoc.sourceforge.net |