Package: gtk

Accessor gtk-widget-margin-bottom

Lambda List

gtk-widget-margin-bottom (object)

Syntax

(gtk-widget-margin-bottom object) => margin
(setf (gtk-widget-margin-bottom object) margin)

Arguments

object -- a gtk-widget object
margin -- an integer with the margin on bottom side of the widget

Details

Accessor of the margin-bottom slot of the gtk-widget class.

The gtk-widget-margin-bottom slot access function gets the bottom marging of the widget. The (setf gtk-widget-margin-bottom) slot access function sets the bottom margin.

This property adds margin outside of the normal size request of the widget. The margin will be added in addition to the size from the gtk-widget-size-request function for example.
 

See also

2021-9-15