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



Paul Davis 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?
> the combo box is horrible. you need to use both the "changed" event
> for the entry, but also the "unmap" event for the popwin.

You mean, I need to connect my signal handler to both of the signals? What
case isn't handled by only connecting it to entry.signal_changed?



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