Re: Gtk{Tree,List} replacement proposal
- From: Owen Taylor <otaylor redhat com>
- To: gtk-devel-list redhat com
- Subject: Re: Gtk{Tree,List} replacement proposal
- Date: 05 Jul 2000 17:06:59 -0400
Jonathan Blandford <jrb@redhat.com> writes:
typedef gboolean (*GtkTLViewSelectFunc) (GtkTLNode *node,
gpointer data);
This should be GtkTLView / node / data. (Or maybe model / node /data.)
> void gtk_tlview_set_select_function (GtkTLView *tlview,
> GtkTLViewSelectFunc func,
> gpointer data);
One more thing - I think somebody else may have mentioned this, but
since I can't find the email, I'll say it again. A func/data pair
is insufficient - you always need a func/data/destroy-notify
triplet.
Regards,
Owen
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]