ftp.nice.ch/pub/next/tools/system/Informer.1.1.s.tar.gz#/Informer_1.1.source/InformerWindow.rtf

This is InformerWindow.rtf in view mode; [Download] [Up]

Release 1.0  · Copyright 1992, 1993 by Max Tardiveau.





InformerWindow

INHERITS FROM	Object

DECLARED IN	InformerWindow.h



CLASS DESCRIPTION

There is an instance of InformerWindow for each "document" window in Informer. Its internal workings are of no interest, but a few of its methods can be used by inspectors. Only those are listed here. An InformerInspector has access to its InformerWindow via its MyMaster instance variable, which is initialized after loadEverythingFrom: is called.

See also : InformerInspector



INSTANCE VARIABLES

None accessible from outside.




METHOD TYPES

Error signaling	± addMessage:

Running functions	± runFunction:


INSTANCE METHODS


addMessage:
- addMessage:(char *)message

Appends message at the end of the message area, and scrolls to make it visible.
Returns self.

runFunction:
- (int *)runFunction:(int * (*)())function

Runs function. This is useful in some very rare cases where a system function does not work from a loaded module. This seems to be the case at least for PScountscreenlist(), PScountwindowlist(), and PSostype(). Maybe it is a matter of zone ? Chi lo se ?
Returns what function returned.


These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.