Re: [gtkmm] TreeView && Popup Menu
- From: "Andrew E. Makeev" <andrew solvo ru>
- To: Marcel Karras <toka freebits de>
- Cc: gtkmm-list gnome org
- Subject: Re: [gtkmm] TreeView && Popup Menu
- Date: Wed, 25 Jun 2003 15:35:45 +0400
Marcel Karras wrote:
Thank you so far.
The problem now is that I use Gtk::CellRendererToggle() in my treeview
and I can't suppress the toggling by right-clicking to mouse. Any ideas?
1. try to connect your signal callback with after parameter set to false.
2. when your callback is called you should return TRUE - that will stop
signal processing any further.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]