Trees | Indices | Help |
---|
|
PyGTK helper functions
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
PARAM_CONSTRUCT = 512
|
|||
__package__ =
|
|
Set the given property to the given value on the given object.
|
Add a GObject signal to the current object. To be used from class definition scope.
|
Wrap a class' __init__ method in a procedure that will construct gobject properties. This is necessary because pygtk's object construction is a bit broken. Usage: class Foo(GObject): def __init__(self): GObject.__init(self) __init__ = with_construct_properties(__init__) |
Add a GObject property to the current object. To be used from class definition scope.
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Sun Mar 7 10:45:05 2010 | http://epydoc.sourceforge.net |