pango Reference Manual

Synopsis

public class AttrShape {
    public    weak Attribute            attr ;
    public    Rectangle                 ink_rect ;
    public    Rectangle                 logical_rect ;
    public    void**                    data ;
    public    AttrDataCopyFunc          copy_func ;
    public    GLib.DestroyNotify        destroy_func ;


    public                              AttrShape                 ( Rectangle           ink_rect,
                                                                    Rectangle           logical_rect ) ;
    public                              AttrShape.with_data       ( Rectangle           ink_rect,
                                                                    Rectangle           logical_rect,
                                                                    void**              data,
                                                                    AttrDataCopyFunc    copy_func,
                                                                    GLib.DestroyNotify  destroy_func ) ;
}

AttrShape Description

Details

Constructor Details

AttrShape ()
    public                              AttrShape                 ( Rectangle           ink_rect,
                                                                    Rectangle           logical_rect ) ;		

AttrShape.with_data ()
    public                              AttrShape.with_data       ( Rectangle           ink_rect,
                                                                    Rectangle           logical_rect,
                                                                    void**              data,
                                                                    AttrDataCopyFunc    copy_func,
                                                                    GLib.DestroyNotify  destroy_func ) ;		

Field Details

attr
    public    weak Attribute            attr ;		

ink_rect
    public    Rectangle                 ink_rect ;		

logical_rect
    public    Rectangle                 logical_rect ;		

data
    public    void**                    data ;		

copy_func
    public    AttrDataCopyFunc          copy_func ;		

destroy_func
    public    GLib.DestroyNotify        destroy_func ;		

Signal Details

Property Details

Method Details


Created by Valadoc