Package: gtk

Accessor gtk-widget-margin-end

Lambda List

gtk-widget-margin-end (object)

Syntax

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

Arguments

object -- a gtk-widget object
margin -- an integer with the margin on end of the widget, horizontally

Details

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

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

This property supports left-to-right text directions. 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