Package: gtk

Accessor gtk:widget-margin-start

Lambda List

gtk:widget-margin-start (object)

Syntax

(gtk:widget-margin-start object) => margin
(setf (gtk:widget-margin-start object) margin)

Arguments

object -- a gtk:widget object
margin -- an integer for the margin on the start side of the widget, horizontally

Details

Accessor of the margin-start slot of the gtk:widget class. The gtk:widget-margin-start function returns the start margin of the widget. The (setf gtk:widget-margin-start) function sets the start margin.

This property supports left-to-right and right-to-left 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