方法

GtkSelectionModelunselect_range

声明 [源代码]

gboolean
gtk_selection_model_unselect_range (
  GtkSelectionModel* model,
  guint position,
  guint n_items
)

描述 [源代码]

请求取消选中模型中的一系列项。

参数

position

类型: guint

要取消选中的第一个项。

n_items

类型: guint

要取消选中的项的数量。

返回值

类型: gboolean

TRUE 如果此操作被支持且不需要尝试后备。这并不意味着该范围已被取消选中。