/[gzz]/gzz/gzz/view/CellHBox.java
ViewVC logotype

Diff of /gzz/gzz/view/CellHBox.java

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

revision 1.10 by benja, Sat Nov 2 01:23:45 2002 UTC revision 1.11 by benja, Sat Nov 23 13:44:20 2002 UTC
# Line 43  public class CellHBox implements HBox { Line 43  public class CellHBox implements HBox {
43          this.cell = cell;          this.cell = cell;
44          this.view = view;          this.view = view;
45          this.context = context;          this.context = context;
46          view.getSize(cell, size);          view.getSize(cell, context, size);
47          w = size[0];          w = size[0];
48          h = size[1];          h = size[1];
49      }      }

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

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