方法

GtkTreeModelrow_changed

已弃用:4.10 

声明 [src]

void
gtk_tree_model_row_changed (
  GtkTreeModel* tree_model,
  GtkTreePath* path,
  GtkTreeIter* iter
)

描述 [src]

在 tree_model 上发出 ::row-changed 信号。

参见 GtkTreeModel::row-changed

自 4.10 版本以来已弃用

请不要在新编写的代码中使用。

参数

path

类型: GtkTreePath

A GtkTreePath pointing to the changed row.

数据归方法的调用者所有。
iter

类型: GtkTreeIter

A valid GtkTreeIter pointing to the changed row.

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