[Mono-docs-list] Tab Navigation (Mozilla integration)
Todd Berman
tberman@off.net
Mon, 13 Dec 2004 13:18:11 -0800
On Mon, 2004-12-13 at 16:16 -0500, Joshua Tauberer wrote:
> Todd Berman wrote:
> > 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.
--Todd