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

Re: GtkTreeView Callback Function



Hi there!

On Thu, Feb 06, 2003 at 09:10:24PM -0000, martyn.2.russell@bt.com wrote:
> I also think you can use
> http://developer.gnome.org/doc/API/2.0/gtk/GtkTreeModel.html#gtk-tree-path-g
> et-indices
> 	
> 	gint *myint;
> 
> 	myint = gtk_tree_path_get_indices(path)
> 	row = myint[0];

Yes, this one works perfect and a lot better than
"gtk_tree_path_to_string()" in my case. Thanks a lot. If you want to
see the result, go here:

<http://home.t-online.de/home/newsforfu/simfm/>

;-))

Bye

-- 
Simon Fuhrmann | NightSlayer@gmx.de | http://www.dismember.de
All people talk about the real life, but where can i download it?



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