[Mono-docs-list] Tab Navigation (Mozilla integration)

Todd Berman tberman@off.net
Mon, 13 Dec 2004 13:09:51 -0800


On Mon, 2004-12-13 at 16:04 -0500, Joshua Tauberer wrote:
> Todd Berman wrote:
> >>"GeckoSharp" lacks two critical things that Gtk.HTML has.  First, it has 
> >>no support for hooking into protocols to allow images to be loaded 
> >>directly from resource files, which the Mono handbook needs (last I 
> >>saw).  
> > 
> > It does have these hooks.
> 
> Oh, in that case, how do I do that?  (I even read on Mozilla's 
> gtkmozembed page that it wasn't supported, which is why I was so sure.)
> 

I believe there is a signal called OpenUri or OpenUrl or something that
can be used for that.

> > I believe it kind of has these, but why are they important, in theory
> > the gtkmozembed widget should just handle copy/paste if we remove our
> > keybindings for it. Or if we directly pass it a ctrl-c or ctrl-a key
> > event is *should* handle it properly.
> 
> Well, ok.  If you can help me get the protocol hooks going, I can finish 
> having Monodoc pick up Mozilla if it's available and we can work around 
> the other issues.
> 

I just tested blam, and blam overrides Ctrl+C so it doesnt work, but
Ctrl+A works perfectly.

--Todd