Package: gtk

Accessor gtk-text-view-bottom-margin

Lambda List

gtk-text-view-bottom-margin (object)

Syntax

(gtk-text-view-bottom-margin object) => margin
(setf (gtk-text-view-bottom-margin object) margin)

Arguments

object -- a gtk-text-view widget
margin -- an integer with the bottom margin in pixels

Details

Accessor of the bottom-margin slot of the gtk-text-view class.

The gtk-text-view-margin-bottom slot access function gets the bottom margin for text in the text view. The (setf gtk-text-view-margin-bottom) slot access function sets the bottom margin.

Note that this function is confusingly named. In CSS terms, the value set here is padding.

Since 3.18
 

See also

2021-10-16