Constructor

ClutterBinLayoutnew

Declaration [src]

ClutterLayoutManager*
clutter_bin_layout_new (
  ClutterBinAlignment x_align,
  ClutterBinAlignment y_align
)

Description [src]

Creates a new ClutterBinLayout layout manager.

Available since:1.2

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.