/[gzz]/gzz/gzz/modules/pp/ImageCell.java
ViewVC logotype

Diff of /gzz/gzz/modules/pp/ImageCell.java

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

revision 1.7 by mudyc, Fri Jan 10 13:10:58 2003 UTC revision 1.8 by mudyc, Fri Jan 10 17:14:57 2003 UTC
# Line 71  public class ImageCell extends CellView Line 71  public class ImageCell extends CellView
71          return im;          return im;
72      }      }
73    
74        public boolean showAll = true;
75      public void setAccursedCell(Cell c) { accursed = c; }      public void setAccursedCell(Cell c) { accursed = c; }
76      private Cell accursed;      private Cell accursed;
77    
# Line 87  public class ImageCell extends CellView Line 88  public class ImageCell extends CellView
88              if (c == accursed)              if (c == accursed)
89                  ((LinebrokenCellContentView)def).place(c, vs, box, context, "Color 0.6 0 0");                  ((LinebrokenCellContentView)def).place(c, vs, box, context, "Color 0.6 0 0");
90              else              else
91                  def.place(c, vs, box, context);                  if (showAll) def.place(c, vs, box, context);
92              return;              return;
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