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(GtkStringFilter* gtkStringFilter, bool ownedRef)
  2. this(Expression expression)
    class StringFilter

Parameters

expression Expression

The expression to evaluate or %NULL for none

Return Value

a new GtkStringFilter

Throws

ConstructionException GTK+ fails to create the object.

Meta