Re: Fwd: How do I get the number

2018-10-09 Thread Igor Korot via gtk-list
Thank you. On Tue, Oct 9, 2018 at 8:46 AM Miroslav Rajcic wrote: > > Hi Igor, > > you actually need to fetch existing columns from the tree view one by one, > until you find a match, something like the code below. > > Regards, > > Miroslav > > int current = 0; > > GtkTreeViewColumn *cur_column

Re: Fwd: How do I get the number

2018-10-09 Thread Miroslav Rajcic
Hi Igor, you actually need to fetch existing columns from the tree view one by one, until you find a match, something like the code below. Regards,   Miroslav int current = 0; GtkTreeViewColumn  *cur_column = gtk_tree_view_

Fwd: How do I get the number

2018-10-09 Thread Igor Korot via gtk-list
Hi, list, Does anybody know how do I get the information? Thank you. -- Forwarded message - From: Chris Moller Date: Mon, Oct 8, 2018 at 8:02 PM Subject: Re: How do I get the number To: Igor Korot To be honest, I'm not sure how GTK would do it. Maybe the thing to do is writ