Paul Fisher ([EMAIL PROTECTED]) wrote:
> > I just wanted to let you all know that in the case of the menu
> > classes, I modified our peer interface so that it is different from
> > the JDK's.
>
> Why did you decide to make this change?
>
> The GTK+ AWT peers currently function as drop-in replacement for Sun's
> (albeit still missing a bit of functionality).
Because I couldn't figure out how to insert menu items into the middle
of the list using the existing peers. I had to add a couple of methods
to do that. There isn't always a corresponding peer method for every
object operation. Some things appear to only be valid before creating
the peer.
In any case, I only added a couple of methods, I didn't change or remove
any existing ones. So we should still be JDK compatible in that regard.
--
Aaron M. Renn ([EMAIL PROTECTED]) http://www.urbanophile.com/arenn/