Re: [gtkmm] Which event is it?



Hello!

> Yes, I tried the on_button_press_event (as well as the
> on_button_release_event), but these fired when I clicked in the dropdown.

If you click into the text-area, these are fired, too. But GTK handles
them for you. You can pass "false" as second argument to 'connect()'
to push your signal handler on top of the list of already registered
handlers.

Regards,
Simon Fuhrmann




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