Package: gtk

Function gtk:misc-get-alignment

Lambda List

gtk:misc-get-alignment (misc)

Arguments

misc -- a gtk:misc widget

Return Value

xalign -- a float with the x alignment
yalign -- a float with the y alignment

Details

Gets the x and y alignment of the widget within its allocation.

Warning

The gtk:misc-get-alignment function has been deprecated since version 3.14 and should not be used in newly written code. Use gtk:widget alignment and margin properties.
 

See also

2023-3-21