*** /cvs/gnustep/core/gui/Source/NSMatrix.m	Wed Feb 11 23:52:40 2004
--- NSMatrix.m	Wed Mar 17 18:15:11 2004
***************
*** 3082,3087 ****
--- 3082,3099 ----
    [self _move: NSRightArrowFunctionKey];
  }
  
+ /*
+  * Method implementation for GSCellContainer protocol
+  */
+ - (NSRect) frameForCell: (NSCell *)cell
+ {
+   int x, y;
+    
+   [self getRow: &x column: &y ofCell: cell];
+   return [self cellFrameAtRow: x column: y];
+ }
+ 
+ // Private Methods
  - (void) _shiftModifier:(unichar)character
  {
    int i, lastDottedRow, lastDottedColumn;
