Misc.getAlignment

Gets the X and Y alignment of the widget within its allocation. See Misc.setAlignment.

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 gtk.Widget alignment and margin properties.