Package dtk :: Package ui :: Module theme :: Class DynamicPixbuf

Class DynamicPixbuf

source code


Dynamic pixbuf.

Instance Methods
 
__init__(self, filepath)
Initialize DynamicPixbuf class.
source code
 
update(self, filepath)
Update filepath with given value.
source code
 
get_pixbuf(self)
Get pixbuf.
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties

Inherited from object: __class__

Method Details

__init__(self, filepath)
(Constructor)

source code 

Initialize DynamicPixbuf class.

Parameters:
  • filepath - Dynamic pixbuf filepath.
Overrides: object.__init__

update(self, filepath)

source code 

Update filepath with given value.

Parameters:
  • filepath - Dynamic pixbuf filepath.