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

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

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

revision 1.7 by mark, Tue Jan 22 22:26:56 2002 UTC revision 1.8 by cbj, Wed Feb 26 02:52:01 2003 UTC
# Line 76  public class GtkTextComponentPeer extend Line 76  public class GtkTextComponentPeer extend
76      args.add ("text_position", tc.getCaretPosition ());      args.add ("text_position", tc.getCaretPosition ());
77      args.add ("editable", tc.isEditable ());      args.add ("editable", tc.isEditable ());
78    }    }
79    
80      public int getIndexAtPoint(int x, int y)
81      {
82        return 0;  // FIXME
83      }
84    
85      public Rectangle getCharacterBounds (int pos)
86      {
87        return null;
88      }
89    
90      public long filterEvents (long filter)
91      {
92        return filter;  // FIXME
93      }
94  }  }

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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