get_fill
  
  Description:
  [ 
Version ( deprecated = 
true ,  deprecated_since = 
"1.12" ,  since = 
"1.2" ) ]
public void get_fill (
Actor actor, 
out bool x_fill, 
out bool y_fill)
  
 
  
    Warning: get_fill is deprecated since 1.12.
    Retrieves the horizontal and vertical fill policies for actor as set using 
      pack or 
      set_fill
    Note: 
      
        BoxLayout will honour 
          Actor's 
            x_align and y_align properies
       
     
    Parameters:
    
      
        | this | 
        
           a BoxLayout 
         | 
      
      
        | actor | 
        
           a Actor child of this 
         | 
      
      
        | x_fill | 
        
           return location for the horizontal fill policy 
         | 
      
      
        | y_fill | 
        
           return location for the vertical fill policy 
         |