gtk+-2.0 Reference Manual

Synopsis

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 ) ;
}

AspectFrame Description

Details

Constructor Details

AspectFrame ()
    public                              AspectFrame               ( string              label,
                                                                    float               xalign,
                                                                    float               yalign,
                                                                    float               ratio,
                                                                    bool                obey_child ) ;		

Field Details

center_allocation
    public    Allocation                center_allocation ;		

Signal Details

Property Details

obey_child
    public    weak bool                 obey_child                { get; set; } ;		

ratio
    public    weak float                ratio                     { get; set; } ;		

xalign
    public    weak float                xalign                    { get; set; } ;		

yalign
    public    weak float                yalign                    { get; set; } ;		

Method Details

set ()
    public    void                      set                       ( float               xalign,
                                                                    float               yalign,
                                                                    float               ratio,
                                                                    bool                obey_child ) ;		


Created by Valadoc