BinLayout
Description:
[ CCode ( has_construct_function = false , type = "ClutterLayoutManager*" ) ]
public BinLayout (BinAlignment x_align = START, BinAlignment y_align = START)
public BinLayout (BinAlignment x_align = START, BinAlignment y_align = START)
Creates a new BinLayout layout manager
Parameters:
x_align |
the default alignment policy to be used on the horizontal axis |
y_align |
the default alignment policy to be used on the vertical axis |
Returns:
the newly created layout manager |