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 with the margin on start of the widget, horizontally

Details

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

The gtk-widget-margin-start slot access function returns the start margin of the widget. The (setf gtk-widget-margin-start) slot access 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

2021-9-15