Interface

Gtk-4.0GtkStringFilterConstructorProps

interface ConstructorProps {
    expression: Gtk.Expression;
    ignore_case: boolean;
    ignoreCase: boolean;
    match_mode: Gtk.StringFilterMatchMode;
    matchMode: Gtk.StringFilterMatchMode;
    search: string;
}

Hierarchy (View Summary)

Index

Properties

expression: Gtk.Expression
ignore_case: boolean
ignoreCase: boolean
search: string