EntryCompletion.popupSingleMatch

Get popupSingleMatch property.

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

Return Value

Type: 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.