虚拟方法

GtkEditableset_selection_bounds

声明 [源]

void
set_selection_bounds (
  GtkEditable* editable,
  int start_pos,
  int end_pos
)

描述 [源]

选择文本的区域。

被选中的字符是位于从 start_pos 到但不包括 end_pos 的字符。如果 end_pos 是负数,则被选中的字符是从 start_pos 到文本末尾的字符。

请注意,位置是按字符指定的,而不是按字节。

参数

start_pos

类型: int

区域的起始。

end_pos

类型: int

区域的结束。