GOffice.CanvasGroup 
g 
GObject.Object 
GObject.Object 
 
 
GOffice.CanvasItem 
GOffice.CanvasItem 
 
 
GObject.Object->GOffice.CanvasItem 
 
GOffice.CanvasGroup 
GOffice.CanvasGroup 
 
 
GOffice.CanvasItem->GOffice.CanvasGroup 
 
 
 
Properties 
 
Name 
Type 
Flags 
Short Description 
 
x float r/w 
The group horizontal offset 
y float r/w 
The group vertical offset 
 
 
Class Details 
class  GOffice.CanvasGroup( **kwargs )  
add_child( item )  
Adds item  as a new child to self .
  
adjust_bounds( x0 , y0 , x1 , y1 )  
Parameters: 
x0  (float y0  (float x1  (float y1  (float  
 
Adds self  horizontal offset to x0  and x1 , and vertical offset to y0 
and y1 . This function is called recursively so that when returning x0 ,
y0 , x1 , and y1  are absolute coordinates in canvas space,
 
adjust_coords( x , y )  
Parameters: 
x  (float y  (float  
 
Adds self  horizontal offset to x0 , and vertical offset to y0 .
This function is called recursively so that when returning x0  and
y0  are absolute coordinates in canvas space,
 
clear( )  
Destroys all self  children.
 
find_child( item )  
  
freeze( freeze )  
Parameters: freeze  (bool  
 
get_child( n )  
  
get_children( )  
  
new( )  
Creates a new GOffice.CanvasGroup self .
  
remove_child( item )  
Removes item  from self . This function will fail if item  is not a
child of self .
  
  
 
Property Details 
GOffice.CanvasGroup.props.x 
The group horizontal offset
  
GOffice.CanvasGroup.props.y 
The group vertical offset