/[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.11 by fitzsim, Thu Jul 24 22:04:49 2003 UTC revision 1.12 by fitzsim, Wed Aug 6 15:05:29 2003 UTC
# Line 55  public class GtkTextComponentPeer extend Line 55  public class GtkTextComponentPeer extend
55    
56      setText (tc.getText ());      setText (tc.getText ());
57    }    }
58      
59    public native void connectHooks ();    public native void connectHooks ();
60    
61    public native int getCaretPosition ();    public native int getCaretPosition ();
62    public native void setCaretPosition (int pos);    public native void setCaretPosition (int pos);
63    public native int getSelectionStart ();    public native int getSelectionStart ();

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

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