[comp.sys.next] Help Creating New Class

u-sgreen%peruvian.utah.edu@cs.utah.edu (Scott Greenman) (11/22/90)

I need help creating a new class.  The class I'm trying to create is called
the SelectionList class.  It is a subclass of Scrollview.  It is essentially
a matrix of TextField Cells within a ScrollView.  What I want it to do is
in Interface Builder, just drag a custom view into a window, change it's
type to SelectionList, and then use it.  I don't want to have to drag the
matrix into IB also.  The matrix should be created and initialized by the
SelectionList.  Rather than send all the code I've written up to this point
all around the world, if anyone thinks that they can help me, send me e-mail
and I will send you the code I've written so far.

Thanks much

Scott Greenman