Re: activate signal for Entry

Kjell Ahlstedt via gtkmm-list <[email protected]> Mon, 19 Jul 2021 13:34:40 +0200
Newsgroups gmane.comp.gnome.gtkmm
Message-ID <[email protected]>
Den 2021-07-18 kl. 21:01, skrev Deep Majumder via gtkmm-list:
> Hi everyone,
> The Gtkmm book mentions that Entry can accept a signal handler for the 
> "activate" signal. However, I found no method called "signal_activate" 
> for the Entry class. What is this method actually called?
> Warm regards,
> Deep
>
Gtk::Entry::signal_activate() exists in gtkmm3, but it does not exist in 
gtkmm4. You can probably connect to 
Gtk::CellEditable::signal_editing_done() with the same result. 
Gtk::Entry implements the Gtk::CellEditable interface.

The gtkmm4 version of the gtkmm book has not been fully updated to 
describe gtkmm4. Some parts of it still describe gtkmm3. Mentioned here: 
https://developer.gnome.org/gtkmm-tutorial/stable/sec-this-book.html.en