Gecko, the powerful rendering engine used in Mozilla products like Firefox, is now available as an embedded widget. Using WidgetGecko you can easily add powerful HTML support to your application with just a few lines of code.
(WidgetGecko container)
(WidgetGecko displaying API documentation right inside DeveloperStudio)
Example:
Just two lines of code to add a full HTML render widget to your application:
hHTML = GI_WidgetGeckoCreate(hParent, 0,0,0,0);
GI_WidgetGeckoLoadURI(hHTML, "http://www.skyos.org");
GI_WidgetGeckoLoadURI(hHTML, "http://www.skyos.org");



possibilities
Nice, this can be very usefull for embedding internet in media station.
Who will be the first to write a 50 lines of code browser? :)