Re: Two questions about specific signals...
- From: Kjell Ahlstedt <kjell ahlstedt bredband net>
- To: Glus Xof <gtglus gmail com>
- Cc: "gtkmm-list gnome org" <gtkmm-list gnome org>
- Subject: Re: Two questions about specific signals...
- Date: Sun, 6 Mar 2016 20:34:15 +0100
Den 2016-03-06 kl. 19:55, skrev Glus Xof:
Hi guys,
I'd like to ask you if there is a way to Gtk::Entry that emit signals
when the property editable changes...
Every property has a signal_changed() method. For instance
void on_editable_changed();
m_entry.property_editable().signal_changed().connect(sigc::mem_fun(*this, &MyWindow::on_editable_changed));
and to Gtk::ComboBox, is there a signal for a moment before unroll...
and just after rolls back ?
Don't know.
Glus
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]