CustomFilter.this

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.

  1. this(void* ptr, Flag!"Take" take)
  2. this(gtk.types.CustomFilterFunc matchFunc)
    class CustomFilter

Parameters

matchFunc gtk.types.CustomFilterFunc

function to filter items

Return Value