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 for the margin on the end side of the widget, horizontally

Details

Accessor of the margin-end slot of the gtk:widget class. The gtk:widget-margin-end function gets the value of the end margin of the widget. The (setf gtk:widget-margin-end) 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

2025-2-13