view::pixman::PixMan Class Reference

List of all members.

Public Member Functions

def __init__
def create_from_data
def create_from_file
def get_pixbuf
def compose

Private Attributes

 __pixbufs
 __w

Detailed Description

Pixbuf Manager

Definition at line 33 of file pixman.py.


Member Function Documentation

def view::pixman::PixMan::__init__ (   self,
  w 
)

Definition at line 35 of file pixman.py.

def view::pixman::PixMan::compose (   self,
  first,
  second 
)

Definition at line 81 of file pixman.py.

def view::pixman::PixMan::create_from_data (   self,
  name,
  pixdata,
  width = 20,
  height = 20 
)

Definition at line 42 of file pixman.py.

def view::pixman::PixMan::create_from_file (   self,
  name,
  filename 
)

Definition at line 62 of file pixman.py.

def view::pixman::PixMan::get_pixbuf (   self,
  name 
)

Definition at line 73 of file pixman.py.


Member Data Documentation

view::pixman::PixMan::__pixbufs [private]

Definition at line 36 of file pixman.py.

view::pixman::PixMan::__w [private]

Definition at line 37 of file pixman.py.


The documentation for this class was generated from the following file: