DOCME more signals.
|
|
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
is_mapped(self)
True when the group is visible, that is when it is in a canvas and
absolute_visible is True |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| add(self,
child,
forward_signals=True,
layer=None) |
source code
|
|
|
|
|
|
|
get_factors_relative(self,
unit)
Compute the size in relative coordinates, that is in the group's
coordinates system, of one 'unit' for the x-axis and for the y-axis. |
source code
|
|
|
|
get_factors_absolute(self,
unit)
Compute the size in absolute coordinates, that is the canvas
coordinates system, of one 'unit' for the x-axis and for the y-axis. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
__gsignals__ = {'drag-begin':(gobject.SIGNAL_RUN_LAST, gobject...
|
|
|
canvas = property(canvas__get, canvas__set)
|
|
|
layer = property(layer__get, layer__set)
|
|
|
absolute_height = property(absolute_height__get, absolute_heig...
|
|
|
absolute_width = property(absolute_width__get, absolute_width_...
|
|
|
absolute_x = property(absolute_x__get, absolute_x__set)
|
|
|
absolute_y = property(absolute_y__get, absolute_y__set)
|
|
|
absolute_z = property(absolute_z__get, absolute_z__set)
|
|
|
height = property(height__get, height__set)
|
|
|
opacity = property(opacity__get, opacity__set)
|
|
|
parent = property(parent__get, parent__set)
|
|
|
position = property(position__get, position__set)
|
|
|
size = property(size__get, size__set)
|
|
|
visible = property(visible__get, visible__set)
|
|
|
width = property(width__get, width__set)
|
|
|
x = property(x__get, x__set)
|
|
|
y = property(y__get, y__set)
|
|
|
z = property(z__get, z__set)
|