虚拟方法

自:4.2

声明 [源]

void
set_surrounding_with_selection (
  GtkIMContext* context,
  const char* text,
  int len,
  int cursor_index,
  int anchor_index
)

描述 [源]

设置插入点周围和预编辑字符串的上下文。此函数预期在响应 GtkIMContext::retrieve-surrounding 信号时调用,如果在其他时间调用,可能没有效果。

自可用:4.2

参数

text

类型: const char*

插入点周围的文本,作为 UTF-8。预编辑字符串不应包含在 text 中。

数据由方法调用者所有。
值是空终止的 UTF-8 字符串。
len

类型: int

text 的长度,或如果 text 为 nul 终止则 -1。

cursor_index

类型: int

插入光标在 text 中的字节索引。

anchor_index

类型: int

选择边界在 text 中的字节索引。