|
On 2017-12-26 12:03,
Chris Vine wrote:
If you do prefer signal_button_press_event(), connect your signal handler so it's called before the default handler.On Tue, 26 Dec 2017 10:56:34 +0100 Klaus Rudolph <lts-rudolph gmx de> wrote: button.signal_button_press_event().connect(......., false); See https://developer.gnome.org/gtkmm-tutorial/stable/sec-xeventsignals.html.en If you connect your signal handler to run before the default signal handler, and your handler returns true, the default handler will not be called. Kjell |