BoolFilter
Object Hierarchy:
Description:
[
CCode ( type_id =
"gtk_bool_filter_get_type ()" ) ]
public sealed class BoolFilter :
Filter
`GtkBoolFilter` evaluates a boolean `GtkExpression` to determine whether to include items.
Content:
Properties:
Creation methods:
Methods:
- public unowned Expression? get_expression ()
Gets the expression that the filter uses to evaluate if an item should be
filtered.
- public bool get_invert ()
Returns whether the filter inverts the expression.
- public void set_expression (Expression? expression)
Sets the expression that the filter uses to check if items should be
filtered.
- public void set_invert (bool invert)
Sets whether the filter should invert the expression.
Inherited Members:
All known members inherited from class Gtk.Filter
All known members inherited from class GLib.Object