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_