信号

GtkFlowBox::selected-children-changed

声明

void
selected_children_changed (
  GtkFlowBox* self,
  gpointer user_data
)

描述 [源代码位置]

当选中的子项集合发生变化时触发。

使用gtk_flow_box_selected_foreach()gtk_flow_box_get_selected_children()来获取选中的子项。

默认处理程序

默认处理程序在通过g_signal_connect()添加的处理程序之前被调用。