FlowBoxFilterFunc

typealias FlowBoxFilterFunc = (child: FlowBoxChild) -> Boolean

A function that will be called whenever a child changes or is added.

It lets you control if the child should be visible or not.

  • param child a GtkFlowBoxChild that may be filtered

  • return true if the row should be visible, false otherwise