Re: libwww and gtk

At 18:59 17/03/1999 -0800, Andrew Wong wrote:

>I'm hoping you could help me out with this seemingly simple question.
>Given both libwww and gtk use event loop, how can I use them together
>in a program? 
>
>Can you point me to some code or documentation?

I don't know gtk's eventloop but I assume that you can either

a) use gtk's eventloop and provide the functions needed by libwww:

	http://www.w3.org/Library/src/HTEvent.html

b) redirect gtk events to a socket in which case you just register that
socket for read in libwww. This is what Amaya does for example

	http://www.w3.org/Amaya/

Henrik
--
Henrik Frystyk Nielsen,
World Wide Web Consortium
http://www.w3.org/People/Frystyk

Received on Friday, 19 March 1999 12:10:23 UTC