Interface

Gtk-4.0GtkEntryCompletionConstructorProps

interface ConstructorProps {
    cell_area: Gtk.CellArea;
    cellArea: Gtk.CellArea;
    inline_completion: boolean;
    inline_selection: boolean;
    inlineCompletion: boolean;
    inlineSelection: boolean;
    minimum_key_length: number;
    minimumKeyLength: number;
    model: Gtk.TreeModel;
    popup_completion: boolean;
    popup_set_width: boolean;
    popup_single_match: boolean;
    popupCompletion: boolean;
    popupSetWidth: boolean;
    popupSingleMatch: boolean;
    text_column: number;
    textColumn: number;
}

Hierarchy (View Summary)

Index

Properties

cell_area: Gtk.CellArea
cellArea: Gtk.CellArea
inline_completion: boolean
inline_selection: boolean
inlineCompletion: boolean
inlineSelection: boolean
minimum_key_length: number
minimumKeyLength: number
model: Gtk.TreeModel
popup_completion: boolean
popup_set_width: boolean
popup_single_match: boolean
popupCompletion: boolean
popupSetWidth: boolean
popupSingleMatch: boolean
text_column: number
textColumn: number