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
_______________________________________________
gtkmm-list mailing list
gtkmm-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtkmm-list