Interface

GtkSource-5GtkSourceSearchContextConstructorProps

interface ConstructorProps {
    buffer: GtkSource.Buffer;
    highlight: boolean;
    match_style: GtkSource.Style;
    matchStyle: GtkSource.Style;
    occurrences_count: number;
    occurrencesCount: number;
    regex_error: GLib.Error;
    regexError: GLib.Error;
    settings: GtkSource.SearchSettings;
}

Hierarchy (View Summary)

Index

Properties

highlight: boolean
match_style: GtkSource.Style
matchStyle: GtkSource.Style
occurrences_count: number
occurrencesCount: number
regex_error: GLib.Error
regexError: GLib.Error