Method
GtkButtonset_alignment
deprecated: 3.14 since: 2.4
Declaration [src]
void
gtk_button_set_alignment (
GtkButton* button,
gfloat xalign,
gfloat yalign
)
Description [src]
Sets the alignment of the child. This property has no effect unless
the child is a GtkMisc
or a GtkAlignment
.
Available since: 2.4
Deprecated since: 3.14
Access the child widget directly if you need to control its alignment.