EntryCompletion.popupSingleMatch

Set popupSingleMatch property.

  1. bool popupSingleMatch [@property getter]
  2. bool popupSingleMatch [@property setter]
    class EntryCompletion
    @property
    void
    popupSingleMatch
    (
    bool propval
    )

Parameters

propval bool

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 property@Gtk.EntryCompletion:inline-completion.