Method Summary |
|
__init__ (...)
x.__init__(...) initializes x; see x.__class__.__doc__ for
signature |
|
__cmp__ (x,
y)
x.__cmp__(y) <==> cmp(x,y) |
|
__gobject_init__(...)
|
|
__hash__ (x)
x.__hash__() <==> hash(x) |
|
__new__ (T,
S,
...)
T.__new__(S, ...) -> a new object with type S, a subtype of T |
|
__repr__ (x)
x.__repr__() <==> repr(x) |
|
chain(...)
|
|
connect(...)
|
|
connect_after(...)
|
|
connect_object(...)
|
|
connect_object_after(...)
|
|
disconnect(...)
|
|
emit(...)
|
|
emit_stop_by_name(...)
|
|
freeze_notify(...)
|
|
get_data(...)
|
|
get_property(...)
|
|
handler_block(...)
|
|
handler_disconnect(...)
|
|
handler_is_connected(...)
|
|
handler_unblock(...)
|
|
notify(...)
|
|
set_data(...)
|
|
set_property(...)
|
|
stop_emission(...)
|
|
thaw_notify(...)
|
Inherited from object |
|
__delattr__ (...)
x.__delattr__('name') <==> del x.name |
|
__getattribute__ (...)
x.__getattribute__('name') <==> x.name |
|
__reduce__ (...)
helper for pickle |
|
__reduce_ex__ (...)
helper for pickle |
|
__setattr__ (...)
x.__setattr__('name', value) <==> x.name = value |
|
__str__ (x)
x.__str__() <==> str(x) |