GtkButton::set_alignment

void set_alignment(double xalign, double yalign);

The set_alignment() method sets the "xalign" and "yalign" properties to the value of xalign and yalign respectively. This property has no effect unless the child is a GtkMisc or a GtkAlignment.

See also: get_alignment()