Method
GtkMiscget_alignment
deprecated: 3.14
Declaration [src]
void
gtk_misc_get_alignment (
GtkMisc* misc,
gfloat* xalign,
gfloat* yalign
)
Description [src]
Gets the X and Y alignment of the widget within its allocation. See gtk_misc_set_alignment().
Deprecated since: 3.14
Use GtkWidget
alignment and margin properties.