Gjsify LogoGjsify Logo

Interface EntryCompletion_ConstructProps

Hierarchy

Index

Properties

cell_area?: Gtk.CellArea

The #GtkCellArea used to layout cell renderers in the treeview column.

If no area is specified when creating the entry completion with gtk_entry_completion_new_with_area() a horizontally oriented #GtkCellAreaBox will be used.

inline_completion?: boolean

Determines whether the common prefix of the possible completions should be inserted automatically in the entry. Note that this requires text-column to be set, even if you are using a custom match function.

inline_selection?: boolean

Determines whether the possible completions on the popup will appear in the entry as you navigate through them.

minimum_key_length?: number
model?: Gtk.TreeModel
popup_completion?: boolean

Determines whether the possible completions should be shown in a popup window.

popup_set_width?: boolean

Determines whether the completions popup window will be resized to the width of the entry.

popup_single_match?: boolean

Determines whether the completions popup window will shown for a single possible completion. You probably want to set this to %FALSE if you are using [inline completion][GtkEntryCompletion--inline-completion].

text_column?: number

The column of the model containing the strings. Note that the strings must be UTF-8.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method