/[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.33 by mkoch, Sat Oct 2 07:53:47 2004 UTC revision 1.34 by mkoch, Fri Oct 8 22:27:35 2004 UTC
# Line 57  public class GtkButtonPeer extends GtkCo Line 57  public class GtkButtonPeer extends GtkCo
57    native void gtkWidgetModifyFont (String name, int style, int size);    native void gtkWidgetModifyFont (String name, int style, int size);
58    native void gtkSetLabel (String label);    native void gtkSetLabel (String label);
59    native void gtkWidgetSetForeground (int red, int green, int blue);    native void gtkWidgetSetForeground (int red, int green, int blue);
60      native void gtkWidgetSetBackground (int red, int green, int blue);
61    native void gtkActivate ();    native void gtkActivate ();
62    native void gtkWidgetRequestFocus ();    native void gtkWidgetRequestFocus ();
63    

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

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