Struct
ClutterMargin
since: 13
Description [src]
struct ClutterMargin {
float left;
float right;
float top;
float bottom;
}
A representation of the components of a margin.
Structure members
left
The margin from the left.
right
The margin from the right.
top
The margin from the top.
bottom
The margin from the bottom.
Available since: 13
Instance methods
clutter_margin_copy
Creates a new ClutterMargin
and copies the contents of margin_
into
the newly created structure.
since: 13
clutter_margin_free
Frees the resources allocated by clutter_margin_new()
and clutter_margin_copy().
since: 13