CustomFilter.this

this(void * ptr, Flag!"Take" take)
No documentation available for this declaration.
this(gtk.types.CustomFilterFunc matchFunc = null)

Creates a new filter using the given match_func to filter items.

If match_func is null, the filter matches all items.

If the filter func changes its filtering behavior, [gtk.filter.Filter.changed] needs to be called.

Parameters

matchFuncfunction to filter items

Returns

a new [gtk.custom_filter.CustomFilter]