Misc.getAlignment

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

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

Parameters

xalign float

location to store X alignment of misc, or NULL. out[allow-none]

yalign float

location to store Y alignment of misc, or NULL. out[allow-none]

Meta