ListBoxFilterFunc
Description:
[ CCode ( instance_pos = 1.9 ) ]
[ Version ( since = "3.10" ) ]
public delegate bool ListBoxFilterFunc (ListBoxRow row)
  [ Version ( since = "3.10" ) ]
public delegate bool ListBoxFilterFunc (ListBoxRow row)
Will be called whenever the row changes or is added and lets you control if the row should be visible or not.
Parameters:
| row | the row that may be filtered | 
| user_data | user data | 
Returns:
| true if the row should be visible, false otherwise | 
Namespace: Gtk
  
  Package: gtk+-3.0