Clutter.Margin – clutter-1.0 Reference Manual
Packages
clutter-1.0
Clutter
Margin
copy
free
bottom
left
right
top
Margin
Object Hierarchy:
Description:
[
CCode
( copy_function =
"g_boxed_copy"
, free_function =
"g_boxed_free"
, type_id =
"clutter_margin_get_type ()"
) ]
[
Version
( since =
"1.10"
) ]
public
struct
Margin
A representation of the components of a margin.
Namespace:
Clutter
Package:
clutter-1.0
Content:
Methods:
public
Margin
?
copy
()
Creates a new
Margin
and copies the contents of
this
into the newly created structure.
public
void
free
()
Frees the resources allocated by
clutter_margin_new
and
copy
.
Fields:
public
float
left
public
float
right
public
float
top
public
float
bottom