Method

GtkTextViewset_bottom_margin

since: 3.18

Declaration [src]

void
gtk_text_view_set_bottom_margin (
  GtkTextView* text_view,
  gint bottom_margin
)

Description [src]

Sets the bottom margin for text in text_view.

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

Available since: 3.18

Parameters

bottom_margin

Type: gint

Bottom margin in pixels.