方法

GtkIMContextset_surrounding_with_selection

自:4.2

声明 [源]

void
gtk_im_context_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 以空字符终止,则为 -1。

cursor_index

类型: int

插入光标在 text 中的字节数。

anchor_index

类型: int

文本中选择范围的字节数。