[Mono-docs-list] Tab Navigation (Mozilla integration)
Miguel de Icaza
miguel@ximian.com
Mon, 13 Dec 2004 16:23:26 -0500
Hello,
> > > I believe there is a signal called OpenUri or OpenUrl or something that
> > > can be used for that.
> >
> > One would think so, but then again... Here's the relevant stuff:
> >
> > class WebControl {
> > public event Gecko.OpenUriHandler OpenUri;
> > }
> >
> > public delegate void OpenUriHandler (object o, Gecko.OpenUriArgs args)
> >
> > public class OpenUriArgs {
> > public object [] Args { get; set; }
> > public string AURI { get; }
> > public object RetVal { get; set; }
> > }
> >
>
> I would take a peek at the beagle code, as I am 99.9% sure they are
> using it to do exactly what you describe in Best. Also, pinging mmarker
> on irc would prolly work, I don't have his email address off the top of
> my head.
Dr Mark Crichton is on the CC line.
Miguel.