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

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 ) ;
public weak Attribute attr ;
public Rectangle ink_rect ;
public Rectangle logical_rect ;
public void** data ;
public AttrDataCopyFunc copy_func ;
public GLib.DestroyNotify destroy_func ;
Created by Valadoc