Re: gtk performance

2018-10-09 Thread ente
On Mon, 2018-10-08 at 14:06 +0200, Andrea Giammarchi wrote: > about this: > > is there any way to create callbacks from the javascript world > > using the > Webkit2Gtk webview? > I've created a JSON communication channel between GJS and the > WebViewthrough title notifications: > https://gist.githu

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

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_

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