FlowBoxFilterFunc
Description:
[ CCode ( instance_pos = 1.9 ) ]
[ Version ( since = "3.12" ) ]
public delegate bool FlowBoxFilterFunc (FlowBoxChild child)
  [ Version ( since = "3.12" ) ]
public delegate bool FlowBoxFilterFunc (FlowBoxChild child)
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.
Parameters:
| child | 
           a FlowBoxChild that may be filtered  | 
      
| user_data | 
           user data  | 
      
Returns:
| 
           true if the row should be visible, false otherwise  | 
      
Namespace: Gtk
  
  Package: gtk+-3.0