Re: [gtkmm] Signal emitted when changing a combo selection?



On Fri, 2 May 2003 15:30:50 +0200
Markus Gerwinski <markus gerwinski de> wrote:

> Hi folks,
> 
> is there a signal that is emitted by a combo box after the selected item has
> changed? If yes: Which signal is it? If not: Can anyone tell me of another way
> to react on this particular event?
> 

One way to do this is to use the changed signal on the combo's entry:

my_combo.get_entry()->signal_changed().connect(slot(*this, &MyClass::on_combo_changed));

---

Daniel Sundberg
http://sumpan.com

> Yours,
> 
>   Markus
> _______________________________________________
> gtkmm-list mailing list
> gtkmm-list gnome org
> http://mail.gnome.org/mailman/listinfo/gtkmm-list
> 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]