GtkButton::set_alignment

void set_alignment(double xalign, double yalign);

Use this method to set the "xalign" and "yalign" properties to the value of parameters xalign and yalign respectively. This property has no effect unless the child is a GtkMisc or a GtkAlignment.

See also: get_alignment()