信号
GtkSectionModel::sections-changed
自:4.12
声明
void
sections_changed (
GtkSectionModel* self,
guint position,
guint n_items,
gpointer user_data
)
描述 [src]
当 model 中某些项目的部分开始状态改变时发出。
请注意,此信号并未指定项目的新部分状态,需要手动查询。对于模型更改部分模型中任何项目的部分状态也是不必要的,尽管发出此类信号将相当无意义。
GListModel::items-changed
隐含了覆盖的所有项目上 GtkSectionModel::sections-changed
信号的效果。
默认处理程序 默认处理程序在通过 |
自从:4.12 |