Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!decwrl!labrea!daemon From: combs@sumex-aim.stanford.edu (Dave Combs) Newsgroups: comp.sys.next Subject: possible new class? Message-ID: <23796@labrea.Stanford.EDU> Date: 17 Mar 89 04:34:11 GMT Sender: daemon@labrea.Stanford.EDU Lines: 11 Any thoughts on creating a new class, similar to a Matrix, which would deal with items which are not Cells? It wouldn't have all the interaction functionality of Matrix, but would handle such things as allocating rows and columns of cells, resizing the resulting frame (assume this is a View subclass), and managing the prototype "cell" from which the matrix would be built. I'm having to do something like that to create my "browser", similar to the Directory Browser, and it seems to have some general utility. Comments? Dave (combs@sumex-aim.stanford.edu)