| Trees | Indices | Help |
|---|
|
|
PyGTK helper functions
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
PARAM_CONSTRUCT = 512
|
|||
|
|||
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 Fri Apr 11 07:35:03 2008 | http://epydoc.sourceforge.net |