Re: GUI signals from a thread (GTK+-3.10)

2014-02-15 Thread Valentin But
2014-02-15 17:02 GMT+02:00 David Marceau : > Here is an example that shows two threads which take a long time to > complete, but gracefully coordinate progress data to the gui. > http://www.simsoup.info/SimSoup/GUI_With_Worker_Threads.html That didn't helped :-((99 2014-02-15 19:43 GMT+02:00 A

Using OpenGL with GTK

2014-02-15 Thread Rena
What's the ideal way to use OpenGL in a GTK application? It seems like there are a few not very good options: 1) GtkGlExt: great except it doesn't support introspection, so I can't use it from a scripting language without manually writing a binding for it. Not sure if it's still supported? A bug t

Re: "Can't link to Pango"

2014-02-15 Thread Bric
On 02/15/2014 09:34 AM, David Marceau wrote: Bric, Please install gtkmm-dev. You should also install boost-all-dev. That will bring in all the gtkmm/boost libs along with all the necessary include files for them. After that you should be good to go. I already have libgtkmm-2.4-dev and libb

Fwd: GUI signals from a thread (GTK+-3.10)

2014-02-15 Thread Andrew Potter
Oops, missed the list on my reply... -- Forwarded message -- From: Andrew Potter Date: Sat, Feb 15, 2014 at 9:41 AM Subject: Re: GUI signals from a thread (GTK+-3.10) To: Valentin But On Fri, Feb 14, 2014 at 9:25 PM, Valentin But wrote: > I've changed the code, now it's a perf

Re: GUI signals from a thread (GTK+-3.10)

2014-02-15 Thread David Marceau
Here is an example that shows two threads which take a long time to complete, but gracefully coordinate progress data to the gui. http://www.simsoup.info/SimSoup/GUI_With_Worker_Threads.html The best part of this example is that it's in c++ and it demonstrates that your variables holding thread po

Re: "Can't link to Pango"

2014-02-15 Thread David Marceau
Bric, Please install gtkmm-dev. You should also install boost-all-dev. That will bring in all the gtkmm/boost libs along with all the necessary include files for them. After that you should be good to go. Cheers :) David Marceau On 02/15/2014 06:07 AM, Bric wrote: > On 02/14/2014 05:13 PM, D

Re: "Can't link to Pango"

2014-02-15 Thread Bric
On 02/14/2014 05:13 PM, David Marceau wrote: On 02/13/2014 12:37 PM, Bric wrote: On 02/13/2014 07:03 AM, Kang Hu wrote: sorry for my previous misinfomation it seems that the error happens here in your configure log file: --