Package: gtk

Function gtk-misc-set-alignment

Lambda List

gtk-misc-set-alignment (misc xalign yalign)

Arguments

misc -- a gtk-misc widget
xalign -- a float with the horizontal alignment, from 0.0 (left) to 1.0 (right)
yalign -- a float with the vertical alignment, from 0.0 (top) to 1.0 (bottom)

Details

Sets the alignment of the widget.

Warning

The function gtk-misc-set-alignment 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

2021-7-21