Re: gtk + html + sound + tcp



F. Kater wrote:

Hi,

what would be the right approach for these issues:

* Is there a way to embed a browser like widget which can display
 html content?
There are many different approaches for displaying html content in a gtk+ application. You can try using gtkmozembed, which allows you to embed mozilla within your application. You can also try gtkhtml. gtkmozembed is not likely going to work as well if you want to port to win32 although it is not impossible (http://severna.homeip.net/gtkmozwin32.php); but also not without bugs :-)

* What's the way to play sounds?
Gstreamer maybe?  Depends on what you want though.

* Is there some basic function to send and receive data over tcp?
I use libcurl (http://curl.haxx.se/libcurl/) but there is also the gnet library (http://www.gnetlibrary.org/)

hope this helps,
todd




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