Method
GtkButtonget_alignment
Declaration [src]
void
gtk_button_get_alignment (
GtkButton* button,
gfloat* xalign,
gfloat* yalign
)
Description [src]
Gets the alignment of the child in the button.
Available since: | 2.4 |
Deprecated since: | 3.14 |
Access the child widget directly if you need to control its alignment. |