A container that controls the alignment and scale of its child.
None.
GtkAlignment is a container class that controls the alignment and scale of its child widget, relative to its own dimensions.
Where the child widget has sizing responsibilites to a child or children of its own, these are fulfilled as a priority. For example, a GtkButton with a label will never be scaled down to the minimal size that the same widget with no label can; the label is the button's child, and the button must honour its size request.
See also: GtkAspectFrame, GtkContainer, set_uposition() , set_usize() .
GtkAlignment (double xalign, double yalign, double xscale, double yscale);-- Creates a container that determines its child's alignment and scale.
set() Sets new parameter values for an existing GtkAlignment.