set_expand
  
  Description:
  [ 
Version ( deprecated = 
true ,  deprecated_since = 
"1.12" ,  since = 
"1.2" ) ]
public void set_expand (
Actor actor, 
bool expand)
  
 
  
    Warning: set_expand is deprecated since 1.12.
    Sets whether actor should expand inside this
    Note: 
      
        BoxLayout will honour 
          Actor's 
            x_expand and y_expand properies
       
     
    Parameters:
    
      
        | this | 
        
           a BoxLayout 
         | 
      
      
        | actor | 
        
           a Actor child of this 
         | 
      
      
        | expand | 
        
           whether actor should expand 
         |