虚函数

GtkSelectionModelunselect_range

声明 [src]

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

描述 [src]

请求取消选择模型中的项目范围。

参数

position

类型: guint

要取消选择的第一项。

n_items

类型: guint

要取消选择的项数。

返回值

类型: gboolean

TRUE 如果此操作受支持并且不应尝试回退。这并不意味着范围已取消选择。