StringFilter.this

Creates a new string filter.

You will want to set up the filter by providing a string to search for and by providing a property to look up on the item.

  1. this(void* ptr, Flag!"Take" take)
  2. this(gtk.expression.Expression expression)
    class StringFilter

Parameters

expression gtk.expression.Expression

The expression to evaluate

Return Value