Package: gtk

Accessor gtk:text-view-top-margin

Lambda List

gtk:text-view-top-margin (object)

Syntax

(gtk:text-view-top-margin object) => margin
(setf (gtk:text-view-top-margin object) margin)

Arguments

object -- a gtk:text-view widget
margin -- an integer for the top margin in pixels

Details

The accessor for the top-margin slot of the gtk:text-view class gets or sets the top margin for text in the text view. Note that this function is confusingly named. In CSS terms, the value set here is padding.
 

See also

2025-09-28