This is A-generic-Inspector-available. in view mode; [Up]
Date: Sun 07-Nov-1991 22:31:25 From: qureshi@unixhub.slac.stanford.edu ( "For deposit only") Subject: A generic Inspector available. Hi, I have just submitted a generic Inspector class called NewInspector to cs.orst.edu and sonata.cc.purdue.edu. Here's an excerpt from the README file: ----------- This class is intended to be used as a generic Inspector which simplifies the programming of Inspectors. Most of the things that Inspectors (toggling views etc) do is encapsulated in this class. The use of this class is simple. To create a NewInspector: [NewInspector new] This method will guarantee that only one instance of NewInspector will ever be created. Further calls to new will return a pointer to the one instance of NewInspector. To add a view: [myNewInspectorInstance addView: : :] For simple uses, this is all you have to do. There are some more advanced features which are listed in the man page and in NewInspector.h with comments. P.S: To pass a view to NewInspector, I group it in IB which gives me a box. I then send [theBox contentView] to NewInspector. ----------------- Available at: cs.orst.edu: /pub/next/submissions sonata.cc.purdue.edu: /pub/next/submissions Check it out and tell me what you think. Imran
Date: Sun 07-Nov-1991 22:44:29 From: qureshi@unixhub.slac.stanford.edu ( "For deposit only") Subject: Re: A generic Inspector available. I had the wrong reply address on the previous message. The correct reply address is cooldude@leland.stanford.edu. Sorry for the mix-up. Imran
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Marcel Waldvogel and Netfuture.ch.