Re: Accessing context popup menues through keyboard

2002-04-19 Thread Havoc Pennington
Luciano Chavez <[EMAIL PROTECTED]> writes: > > As an aside, CTree is pretty inherently not accessible by the definition > > we're using for GNOME 2. > > The GtkTreeView which replaces it is though, right? Yep, absolutely. > Hmmm. I checked but didn't see one. That's why I borrowed those macro

Re: Accessing context popup menues through keyboard

2002-04-19 Thread Luciano Chavez
On Fri, 2002-04-19 at 16:33, Havoc Pennington wrote: > > Luciano Chavez <[EMAIL PROTECTED]> writes: > > > > I have an app that displays a GtkCTree which registers a signal handler > > for the button_press_event. When the signal handler is invoked, it > > checks to see if the x and y pixel coordi

Re: Accessing context popup menues through keyboard

2002-04-19 Thread Havoc Pennington
Luciano Chavez <[EMAIL PROTECTED]> writes: > > I have an app that displays a GtkCTree which registers a signal handler > for the button_press_event. When the signal handler is invoked, it > checks to see if the x and y pixel coordinates are within a valid row in > the GtkCTree (I use gtk_clist_g

Re: Accessing context popup menues through keyboard

2002-04-19 Thread Luciano Chavez
On Thu, 2002-04-18 at 18:38, Paul Davis wrote: > >I have an app that displays a GtkCTree which registers a signal handler > >for the button_press_event. When the signal handler is invoked, it > >checks to see if the x and y pixel coordinates are within a valid row in > >the GtkCTree (I use gtk_cli

Re: Accessing context popup menues through keyboard

2002-04-18 Thread Paul Davis
>I have an app that displays a GtkCTree which registers a signal handler >for the button_press_event. When the signal handler is invoked, it >checks to see if the x and y pixel coordinates are within a valid row in >the GtkCTree (I use gtk_clist_get_selection_info() to verify). If so, I >see if th

Accessing context popup menues through keyboard

2002-04-18 Thread Luciano Chavez
Hello all, I have an app that displays a GtkCTree which registers a signal handler for the button_press_event. When the signal handler is invoked, it checks to see if the x and y pixel coordinates are within a valid row in the GtkCTree (I use gtk_clist_get_selection_info() to verify). If so, I se