Re: [gtkmm] Signal emitted when changing a combo selection?
- From: Markus Gerwinski <markus gerwinski de>
- To: Daniel Sundberg <dss home se>
- Cc: gtkmm-list gnome org
- Subject: Re: [gtkmm] Signal emitted when changing a combo selection?
- Date: Fri, 2 May 2003 21:11:05 +0200
Daniel Sundberg wrote:
> > 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));
That worked -- thanks. :-)
Markus
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]