This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [gui] [PATCH] Implement GtkFramePeer.setIconImage()


David Jee wrote:

Hello,

I committed the following patch to the java-gui-branch.  It implements
GtkFramePeer.setIconImage().

-David Jee

2004-07-30 David Jee <djee@redhat.com>

* gnu/java/awt/peer/gtk/GtkFramePeer.java
(create): Set the icon image.
(nativeSetIconImage): New native method declaration.
(setIconImage): Implement.
* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c
(nativeSetIconImage): New function.



Cool, thanks!


BTW: If you write "PR AWT/16682" in your ChangeLog entry, the patch details will automatically be appended to the bugzilla bug when you commit.

Regards

Bryce


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]