/[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 by mkoch, Mon May 31 21:11:41 2004 UTC revision 1.19 by mkoch, Wed Sep 22 11:03:09 2004 UTC
# Line 47  public class GtkLabelPeer extends GtkCom Line 47  public class GtkLabelPeer extends GtkCom
47      implements LabelPeer      implements LabelPeer
48  {  {
49    native void create (String text, float alignment);    native void create (String text, float alignment);
50    native void gtkSetFont (String name, int style, int size);    native void gtkWidgetModifyFont (String name, int style, int size);
51    native void nativeSetAlignment (float alignment);    native void nativeSetAlignment (float alignment);
52    
53    native public void setText (String text);    native public void setText (String text);

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

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