Package: gtk

Function gtk:alignment-get-padding

Lambda List

gtk:alignment-get-padding (alignment)

Arguments

alignment -- a gtk:alignment widget

Return Value

top -- an unsigned integer with the padding for the top of the child widget
bottom -- an unsigned integer with the padding for the bottom of the child widget
left -- an unsigned integer with the padding for the left of the child widget
right -- an unsigned integer with the padding for the right of the child widget

Details

Gets the padding on the different sides of the child widget.

Warning

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

See also

2023-12-28