[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]

Re: [Fwd: Re: [XaraXtreme-dev] wxWidgets minimum version]



In message <886E32F080C9701BB5DF3F04@[192.168.100.25]>
          Alex Bligh <alex@xxxxxxxxxxx> wrote:

> --On 30 March 2006 11:02 +0100 Luke Hart <lukeh@xxxxxxxx> wrote:
> 
>> Yes, it sounds like 2.6.3 final would be a good idea, from an
>> encapsulation point of view.
> 
> OK. I'll try and fix that up later today. We should be able
> to remove the gtk direct linkage then. However, I've just thought
> that may be Martin Wuerthner needs (at least) some of the link
> line for his font stuff.

Yes, my code needs to make a single GTK call, so my code currently 
needs the GTK includes. The code in question is a one-liner I had to 
pinch from the wxGTK implementation to get at the application's 
PangoContext.

I am not so sure what you mean by your references to "linking" - 
surely, any wxGTK build links to GTK anyway?

Martin