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
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
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
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
>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
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