struct Gtk::EntryCompletion::MatchSelectedSignal
- Gtk::EntryCompletion::MatchSelectedSignal
- GObject::Signal
- Struct
- Value
- Object
Overview
Emitted when a match from the list is selected.
The default behaviour is to replace the contents of the entry with the contents of the text column in the row pointed to by @iter.
Note that @model is the model that was passed to
Gtk::EntryCompletion#model=
.
Defined in:
lib/gi-crystal/src/auto/gtk-4.0/entry_completion.crInstance Method Summary
- #connect(*, after : Bool = false, &block : Proc(Gtk::TreeModel, Gtk::TreeIter, Bool)) : GObject::SignalConnection
- #connect(handler : Proc(Gtk::TreeModel, Gtk::TreeIter, Bool), *, after : Bool = false) : GObject::SignalConnection
- #connect(handler : Proc(Gtk::EntryCompletion, Gtk::TreeModel, Gtk::TreeIter, Bool), *, after : Bool = false) : GObject::SignalConnection
- #emit(model : Gtk::TreeModel, iter : Gtk::TreeIter) : Nil
-
#name : String
The signal name
Instance methods inherited from struct GObject::Signal
[](detail : String) : self
[],
name : String
name
Constructor methods inherited from struct GObject::Signal
new(source : GObject::Object, detail : String? = nil)
new
Instance Method Detail
def connect(*, after : Bool = false, &block : Proc(Gtk::TreeModel, Gtk::TreeIter, Bool)) : GObject::SignalConnection
#
def connect(handler : Proc(Gtk::TreeModel, Gtk::TreeIter, Bool), *, after : Bool = false) : GObject::SignalConnection
#
def connect(handler : Proc(Gtk::EntryCompletion, Gtk::TreeModel, Gtk::TreeIter, Bool), *, after : Bool = false) : GObject::SignalConnection
#