classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cp-patches] RFC: proposed additions to MenuBarPeer and MenuPeer int


From: Mark Wielaard
Subject: Re: [cp-patches] RFC: proposed additions to MenuBarPeer and MenuPeer interfaces
Date: Sat, 13 Aug 2005 01:57:49 +0200

On Fri, 2005-08-12 at 19:09 -0400, Thomas Fitzsimmons wrote:
> I propose we add them to our peer interfaces as well.
> What do people think of this idea?
>
> 2005-08-12  Thomas Fitzsimmons  <address@hidden>
> 
>       * gnu/java/awt/peer/gtk/GtkMenuBarPeer.java (addMenu(Menu)): New
>       method.
>       * gnu/java/awt/peer/gtk/GtkMenuPeer.java (addSeparator): Likewise.
>       * java/awt/peer/MenuBarPeer.java (addMenu): New method
>       declaration.
>       * java/awt/peer/MenuPeer.java (addSeparator): New method
>       declaration.

Yep, these seem to be both accidentially ommitted. "The big book" (JCL
sec ed. vol 2) describes both these methods (briefly). The first is
documented to be called from MenuBar.add() (and have a non-null
parameter) and the second is documented to be called from
Menu.addseparator().

Cheers,

Mark

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]