On Wed, Nov 23, 2005 at 12:41:12AM +1100, ashley maher wrote:
> 
> So it occurred to me that a properly written c_handler should return the
> data required.  This has proven not so.
>
> ...
>
> static void
> gtree_onSelection (GtkTreeView *treeview, gpointer *data)

A properly written callback should have correct function
signature, please see:

  
http://developer.gnome.org/doc/API/2.0/gtk/GtkTreeView.html#GtkTreeView-row-activated

> Just is not getting me anywhere. Hence my question if somebody had a
> working example somewhere

A "row-activated" callback example is even in Gtk+ demo,
please see demo/gtk-demo/main.c.

Yeti


--
That's enough.
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
  • Re: example ashley maher
    • Re: example David Necas (Yeti)

Reply via email to