On 12 Jul 2007, at 18:03, Joe wrote:
> Can someone point me in the right direction on
> any efforts to embed Gecko (browser engine) into
> FLTK app? Or for that matter any html browser..

Sounds tricky - don't know of any, although I think maybe someone  
posted about that before in fltk.general, so there may be something  
there if you search...

How good a browser do you need? The fltk help_view widget is an html  
browser, albeit only for a simplified subset of html. Fine for most  
purposes, though.

Or, if that's not good enough, you could try using the  fl_open_uri()  
function, that will open whatever URL (or other supported URI) that  
you pass it in the system default application for you - good enough  
for most purposes. But not an embedded window.

Any good?
-- 
Ian

_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to