RE: [gtkmm] TreeView widget - Double-Click
- From: murrayc t-online de (Murray Cumming)
- To: "Garriss, Michael" <Michael Garriss abacus-direct com>
- Cc: 'Sebastian Stark' <stark sebastian gmx de>, gtkmm-list <gtkmm-list gnome org>
- Subject: RE: [gtkmm] TreeView widget - Double-Click
- Date: 19 Dec 2002 18:57:42 +0100
On Thu, 2002-12-19 at 16:00, Garriss, Michael wrote:
> That tells gtk to call your signal handler BEFORE theirs. You should also
> return something from on_button_press.
It's probably more useful to say
"This makes GTK+ ignore the return value of your signal handler, and use
the return value of the default signal handler."
You can do it more obviously with connect_notify():
http://www.gtkmm.org/gtkmm2/docs/reference/html/classGlib_1_1SignalProxy1.html#a2
This stuff is rarely needed. Most of the time gtkmm does what you
expect. I don't know whether this is a bug.
--
Murray Cumming
murray usa net
www.murrayc.com
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]