GtkListBoxFilterFunc

Will be called whenever the row changes or is added and lets you control if the row should be visible or not.

alias GtkListBoxFilterFunc = int function(GtkListBoxRow* row, void* userData)

Return Value

TRUE if the row should be visible, FALSE otherwise

Meta

Since

3.10