Misc.getAlignment

Gets the X and Y alignment of the widget within its allocation. See gtk_misc_set_alignment().

More...
class Misc
void
getAlignment
(
out float xalign
,
out float yalign
)

Parameters

xalign float

location to store X alignment of @misc, or %NULL

yalign float

location to store Y alignment of @misc, or %NULL

Detailed Description

Deprecated: Use #GtkWidget alignment and margin properties.

Meta