方法

GtkTextViewset_left_margin

声明 [src]

void
gtk_text_view_set_left_margin (
  GtkTextView* text_view,
  int left_margin
)

说明 [src]

设置text_view中文本的默认左边距。

缓冲区中的标记可以覆盖默认值。

请注意,这个函数的命名可能有些令人困惑。在CSS术语中,这里设置的值是 填充。

参数

left_margin

类型: int

以像素为单位的左边距。