xalign


Description:

public float xalign { get; set; }

The horizontal alignment, from 0 (start) to 1 (end).

The xalign property determines the horizontal alignment of the children inside the squeezer's size allocation. Compare this to [ property@Gtk.Widget:halign], which determines how the squeezer's size allocation is positioned in the space available for the squeezer.

This will affect the position of children too wide to fit in the squeezer as they are fading out.