方法

GtkTreeSelectionunselect_path

已弃用:4.10 

声明 [源]

void
gtk_tree_selection_unselect_path (
  GtkTreeSelection* selection,
  GtkTreePath* path
)

描述 [源]

取消选择 path 处的行。

自 4.10 版本以来已弃用

请使用 GtkListView 或 GtkColumnView。

参数

path

类型: GtkTreePath

要取消选择的 GtkTreePath

数据由方法调用者拥有。