/[classpath]/classpath/gnu/java/awt/peer/gtk/GtkButtonPeer.java
ViewVC logotype

Diff of /classpath/gnu/java/awt/peer/gtk/GtkButtonPeer.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.34 by mkoch, Fri Oct 8 22:27:35 2004 UTC revision 1.35 by mkoch, Sat Oct 16 16:15:51 2004 UTC
# Line 60  public class GtkButtonPeer extends GtkCo Line 60  public class GtkButtonPeer extends GtkCo
60    native void gtkWidgetSetBackground (int red, int green, int blue);    native void gtkWidgetSetBackground (int red, int green, int blue);
61    native void gtkActivate ();    native void gtkActivate ();
62    native void gtkWidgetRequestFocus ();    native void gtkWidgetRequestFocus ();
63      native void setNativeBounds (int x, int y, int width, int height);
64    
65    public GtkButtonPeer (Button b)    public GtkButtonPeer (Button b)
66    {    {

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26