Re: [gtkmm] TreeView && Popup Menu



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]