| Home | Trees | Index | Help |  | 
|---|
| Package kiwi :: Module utils | 
 | 
| Classes | |
|---|---|
| PropertyMeta | Metaclass that takes into account properties and signals of baseclasses, even if they're not GObject subclasses. | 
| PropertyObject | I am an object which maps GObject properties to attributes To be able to use me, you must also inherit from a gobject.GObject subclass. | 
| Function Summary | |
|---|---|
| Add a GObject property to the current object. | |
| Add a GObject signal to the current object. | |
| Return a list of all properties for GType gtype, excluding properties in parent classes | |
| Similar to urllib.quote but for glibs GMarkup | |
| Register the type, but only if it's not already registered | |
| Variable Summary | |
|---|---|
| bool | HAVE_2_6=False                                          | 
| Function Details | 
|---|
| gproperty(name, ptype, default=None, nick='', blurb='', flags=3, **kwargs)Add a GObject property to the current object.
 | 
| gsignal(name, *args, **kwargs)Add a GObject signal to the current object. It current supports the following types:
 
 | 
| list_properties(gtype, parent=True)Return a list of all properties for GType gtype, excluding properties in parent classes | 
| quote(msg)Similar to urllib.quote but for glibs GMarkup
 | 
| type_register(gtype)Register the type, but only if it's not already registered
 | 
| Variable Details | 
|---|
| HAVE_2_6
 | 
| Home | Trees | Index | Help |  | 
|---|
| Generated by Epydoc 2.1 on Fri Mar 23 15:56:55 2007 | http://epydoc.sf.net |