gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] gzz/gzz/view LinebrokenCellContentView.java


From: Matti Katila
Subject: [Gzz-commits] gzz/gzz/view LinebrokenCellContentView.java
Date: Mon, 13 Jan 2003 02:16:26 -0500

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Matti Katila <address@hidden>   03/01/13 02:16:24

Modified files:
        gzz/view       : LinebrokenCellContentView.java 

Log message:
        extendable

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gzz/view/LinebrokenCellContentView.java.diff?tr1=1.22&tr2=1.23&r1=text&r2=text

Patches:
Index: gzz/gzz/view/LinebrokenCellContentView.java
diff -u gzz/gzz/view/LinebrokenCellContentView.java:1.22 
gzz/gzz/view/LinebrokenCellContentView.java:1.23
--- gzz/gzz/view/LinebrokenCellContentView.java:1.22    Fri Jan 10 14:27:39 2003
+++ gzz/gzz/view/LinebrokenCellContentView.java Mon Jan 13 02:16:24 2003
@@ -40,7 +40,7 @@
  *  Doesn't scroll, currently.
  */
 public class LinebrokenCellContentView extends CellView {
-public static final String rcsid = "$Id: LinebrokenCellContentView.java,v 1.22 
2003/01/10 19:27:39 benja Exp $";
+public static final String rcsid = "$Id: LinebrokenCellContentView.java,v 1.23 
2003/01/13 07:16:24 mudyc Exp $";
     public static boolean dbg = false;
     private static void p(String s) { if(dbg) pa(s); }
     private static void pa(String s) { System.err.println(s); }
@@ -49,11 +49,11 @@
     static Object CURSOR_KEY = new Object();
     LineVob cursorVob = new LineVob(0, 0, 0, 1, Color.black);
 
-    TextStyle style;
+    protected TextStyle style;
     SimpleLinebreaker breaker = new SimpleLinebreaker();
 
 
-    String widthString;
+    protected String widthString;
 
     public LinebrokenCellContentView(TextStyle style) {
        this(style, "XXXXXXXXXX");




reply via email to

[Prev in Thread] Current Thread [Next in Thread]