public class AspectFrame : Frame, Implementor, Buildable {
public Allocation center_allocation ;
public weak bool obey_child { get; set; } ;
public weak float ratio { get; set; } ;
public weak float xalign { get; set; } ;
public weak float yalign { get; set; } ;
public AspectFrame ( string label,
float xalign,
float yalign,
float ratio,
bool obey_child ) ;
public void set ( float xalign,
float yalign,
float ratio,
bool obey_child ) ;
}

public AspectFrame ( string label,
float xalign,
float yalign,
float ratio,
bool obey_child ) ;
public Allocation center_allocation ;
public weak bool obey_child { get; set; } ;
public weak float ratio { get; set; } ;
public weak float xalign { get; set; } ;
public weak float yalign { get; set; } ;
public void set ( float xalign,
float yalign,
float ratio,
bool obey_child ) ;
Created by Valadoc