Re: Re: Re: Re: Re: Getting a Cairo context

2015-03-26 Thread Emmanuele Bassi
Hi; On 26 March 2015 at 19:54, Lucas Levrel wrote: > Le 26 mars 2015, Sergei Naumov a écrit : > >> Hmm. This is something I did not know I could do. But in this case I would >> have to redraw everything in the widget's drawing area which is my axes, >> tickmarks, labeles, etc... All right, I will

RE: Re: Re: Re: Re: Getting a Cairo context

2015-03-26 Thread Lucas Levrel
Le 26 mars 2015, Sergei Naumov a écrit : Hmm. This is something I did not know I could do. But in this case I would have to redraw everything in the widget's drawing area which is my axes, tickmarks, labeles, etc... All right, I will try it this way because it is much simpler. What I do in a

Re: undefined reference to interface

2015-03-26 Thread Joël Krähemann
Hello again, me fixed it by using different ordering, for now is: gsequencer_LDADD = libags_audio.a libags_gui.a libags_thread.a libags.a instead of: gsequencer_LDADD = libags.a libags_thread.a libags_audio.a libags_gui.a bests Joël On Thu, Mar 26, 2015 at 4:29 PM, Joël Krähemann wrote: > h

undefined reference to interface

2015-03-26 Thread Joël Krähemann
hi, me just did a new Makefile.am and organizing code into libraries. now me get a lot of following messages especially related to interfaces: ... /home/minos/ags-code/src/ags/audio/recall/ags_volume_recycling.c:101: undefined reference to `ags_dynamic_connectable_get_type' libags_audio.a(libags_

RE: Re: Re: Re: Re: Getting a Cairo context

2015-03-26 Thread Sergei Naumov
25.03.2015, 19:09:09 пользователь Emmanuele Bassi (eba...@gmail.com) написал: To be fair, though, if you're not going to offload drawing to a separate thread, then why are you complicating things this much? If you want your widget to be redrawn at periodic intervals, you can call gtk_widget_