Valadoc
|
Vala
|
Tutorial
|
API-References
|
Markup
Packages
pango
Pango
AttrShape
AttrShape
AttrShape.with_data
attr
copy_func
data
destroy_func
ink_rect
logical_rect
AttrShape
Object Hierarchy:
Description:
public
class
AttrShape
<
T
> :
Attribute
Namespace:
Pango
Package:
pango
Content:
Creation methods:
public
AttrShape
(
Rectangle
ink_rect,
Rectangle
logical_rect)
public
AttrShape.with_data
(
Rectangle
ink_rect,
Rectangle
logical_rect,
owned
T
data,
AttrDataCopyFunc
<
T
> copy_func)
Fields:
public
unowned
Attribute
attr
public
weak
AttrDataCopyFunc
<
T
>
copy_func
public
T
data
public
weak
DestroyNotify
destroy_func
public
Rectangle
ink_rect
public
Rectangle
logical_rect