gtkMiscGetAlignment: gtkMiscGetAlignment
Description
Gets the X and Y alignment of the widget within its allocation.
See gtkMiscSetAlignment
.Usage
gtkMiscGetAlignment(object)
Value
A list containing the following elements:
xalign
- location to store X alignment of
misc
, or NULL
. [ allow-none ] yalign
- location to store Y alignment of
misc
, or NULL
. [ allow-none ]