Constructor
ClutterBinLayoutnew
Declaration [src]
ClutterLayoutManager*
clutter_bin_layout_new (
ClutterBinAlignment x_align,
ClutterBinAlignment y_align
)
Parameters
x_align-
Type:
ClutterBinAlignmentThe default alignment policy to be used on the horizontal axis.
y_align-
Type:
ClutterBinAlignmentThe default alignment policy to be used on the vertical axis.
Return value
Type: ClutterLayoutManager
The newly created layout manager.
| The data is owned by the called function. |