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



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]