方法

GtkTreeSelectionunselect_range

已废弃:4.10 

声明 [src]

void
gtk_tree_selection_unselect_range (
  GtkTreeSelection* selection,
  GtkTreePath* start_path,
  GtkTreePath* end_path
)

描述 [src]

取消选定一个节点范围,该范围由 start_pathend_path 确定且包含它们。

已废弃:4.10

请使用 GtkListView 或 GtkColumnView。

参数

start_path

类型: GtkTreePath

范围的初始节点。

数据由方法的调用者所有。
end_path

类型: GtkTreePath

范围的初始节点。

数据由方法的调用者所有。