TextView.bottomMargin

int bottomMargin() @property

Get bottomMargin property.

Returns

The bottom margin for text in the text view.

Note that this property is confusingly named. In CSS terms, the value set here is padding, and it is applied in addition to the padding from the theme.

Don't confuse this property with property@Gtk.Widget:margin-bottom.

void bottomMargin(int propval) @property

Set bottomMargin property.

Parameters

propvalThe bottom margin for text in the text view. Note that this property is confusingly named. In CSS terms, the value set here is padding, and it is applied in addition to the padding from the theme. Don't confuse this property with property@Gtk.Widget:margin-bottom.