Package: gtk

Function gtk:misc-get-padding

Lambda List

gtk:misc-get-padding (misc)

Arguments

misc -- a gtk:misc widget

Return Value

xpad -- an integer with the padding in the x direction
ypad -- an integer with the padding in the y direction

Details

Gets the padding in the x and y directions of the widget.

Warning

The gtk:misc-get-padding 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