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

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

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

revision 1.18.2.3 by gnu_andrew, Wed Feb 16 01:11:40 2005 UTC revision 1.18.2.4 by gnu_andrew, Sat Feb 19 10:50:28 2005 UTC
# Line 1  Line 1 
1  /* GtkLabelPeer.java -- Implements LabelPeer with GTK  /* GtkLabelPeer.java -- Implements LabelPeer with GTK
2     Copyright (C) 1998, 1999 Free Software Foundation, Inc.     Copyright (C) 1998, 1999, 2005  Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 48  public class GtkLabelPeer extends GtkCom Line 48  public class GtkLabelPeer extends GtkCom
48    native void gtkWidgetModifyFont (String name, int style, int size);    native void gtkWidgetModifyFont (String name, int style, int size);
49    native void nativeSetAlignment (float alignment);    native void nativeSetAlignment (float alignment);
50    
51    native public void setText (String text);    public native void setText(String text);
52    native void setNativeBounds (int x, int y, int width, int height);    native void setNativeBounds (int x, int y, int width, int height);
53    
54    void create ()    void create ()

Legend:
Removed from v.1.18.2.3  
changed lines
  Added in v.1.18.2.4

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