ListBoxFilterFunc
Description:
[
CCode ( instance_pos =
1.9 ) ]
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
|