GtkFlowBoxFilterFunc

A function that will be called whenrever a child changes or is added. It lets you control if the child should be visible or not.

alias GtkFlowBoxFilterFunc = int function(GtkFlowBoxChild* child, void* userData)

Return Value

%TRUE if the row should be visible, %FALSE otherwise

Meta

Since

3.12