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

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

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

revision 1.70.2.5 by gnu_andrew, Wed Feb 16 01:11:40 2005 UTC revision 1.70.2.6 by gnu_andrew, Sat Feb 19 10:50:28 2005 UTC
# Line 1  Line 1 
1  /* GtkComponentPeer.java -- Implements ComponentPeer with GTK  /* GtkComponentPeer.java -- Implements ComponentPeer with GTK
2     Copyright (C) 1998, 1999, 2002, 2004 Free Software Foundation, Inc.     Copyright (C) 1998, 1999, 2002, 2004, 2005  Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 81  public class GtkComponentPeer extends Gt Line 81  public class GtkComponentPeer extends Gt
81       knows if a parent is disabled.  In that case Component.isEnabled       knows if a parent is disabled.  In that case Component.isEnabled
82       may return true, but our isEnabled will always return false */       may return true, but our isEnabled will always return false */
83    native boolean isEnabled ();    native boolean isEnabled ();
84    native static boolean modalHasGrab ();    static native boolean modalHasGrab();
85    
86    native int[] gtkWidgetGetForeground ();    native int[] gtkWidgetGetForeground ();
87    native int[] gtkWidgetGetBackground ();    native int[] gtkWidgetGetBackground ();

Legend:
Removed from v.1.70.2.5  
changed lines
  Added in v.1.70.2.6

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