selection signal on ctree

2001-05-20 Thread Rolf Schaeuble
Hi there. Is there any way to get an GdkEventButton on a tree_select_row event? I need one to popup a context menu when user presses the rigth mouse button on a GtkCTree item. I cannot connect to a GtkCList-select_row event, because then I cannot use gtk_ctree_select. Is there anything I can do t

Re: selection signal on ctree

2001-05-20 Thread Paul Davis
>Is there any way to get an GdkEventButton on a tree_select_row event? >I need one to popup a context menu when user presses the rigth mouse button >on a GtkCTree item. I cannot connect to a GtkCList-select_row event, because >then I cannot use gtk_ctree_select. Is there anything I can do to get a

Re: selection signal on ctree

2001-05-21 Thread Rolf Schaeuble
On Sun, May 20, 2001 at 10:03:37PM -0400, Paul Davis wrote: > >Is there any way to get an GdkEventButton on a tree_select_row event? > >I need one to popup a context menu when user presses the rigth mouse button > >on a GtkCTree item. I cannot connect to a GtkCList-select_row event, because > >the

Re: Re: selection signal on ctree

2001-05-23 Thread Rolf=20Sch=E4uble
Paul Davis <[EMAIL PROTECTED]> schrieb am 21.05.01: > >Is there any way to get an GdkEventButton on a tree_select_row event? > >I need one to popup a context menu when user presses the rigth mouse button > >on a GtkCTree item. I cannot connect to a GtkCList-select_row event, because > >then I cann