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