gtk+-2.0 Reference Manual

Synopsis

public class TableChild {
    public    weak Widget               widget ;
    public    ushort                    left_attach ;
    public    ushort                    right_attach ;
    public    ushort                    top_attach ;
    public    ushort                    bottom_attach ;
    public    ushort                    xpadding ;
    public    ushort                    ypadding ;
    public    uint                      xexpand ;
    public    uint                      yexpand ;
    public    uint                      xshrink ;
    public    uint                      yshrink ;
    public    uint                      xfill ;
    public    uint                      yfill ;
}

TableChild Description

Details

Constructor Details

Field Details

widget
    public    weak Widget               widget ;		

left_attach
    public    ushort                    left_attach ;		

right_attach
    public    ushort                    right_attach ;		

top_attach
    public    ushort                    top_attach ;		

bottom_attach
    public    ushort                    bottom_attach ;		

xpadding
    public    ushort                    xpadding ;		

ypadding
    public    ushort                    ypadding ;		

xexpand
    public    uint                      xexpand ;		

yexpand
    public    uint                      yexpand ;		

xshrink
    public    uint                      xshrink ;		

yshrink
    public    uint                      yshrink ;		

xfill
    public    uint                      xfill ;		

yfill
    public    uint                      yfill ;		

Signal Details

Property Details

Method Details


Created by Valadoc