Re: RE:Re: Please, help-me, show itens selected in tree_view

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Le jeu 17/06/2004 Ã 05:27, Ranieri a Ãcrit :
> path = GTK_TREE_PATH (l->data); ????????????????
> 
> GTK_TREE_PATH exist ?
> 
You are right, it is not defined. I can't understand why.
You can use:


path = (GtkTreePath*) l->data;

or:

G_TYPE_CHECK_INSTANCE_CAST (l->data, GTK_TYPE_TREE_PATH, GtkTreePath)

Attachment: signature.asc
Description: Ceci est une partie de message =?ISO-8859-1?Q?num=E9riquement?= =?ISO-8859-1?Q?_sign=E9e?=

_______________________________________________

gtk-list@xxxxxxxxx
http://mail.gnome.org/mailman/listinfo/gtk-list

[Index of Archives]     [Touch Screen Library]     [GIMP Users]     [Gnome]     [KDE]     [Yosemite News]     [Steve's Art]

  Powered by Linux