next up previous
Next: xwmhints Up: simxlib Previous: xwindow

xintegerarray


     NAME
	  xintegerarray	- part of Simula to Xlib interface

     DESCRIPTION
	     class XIntegerArray(Size);
	     integer Size;
	  Used to carry	complicated result values. Used	 by  procedure
	  ListProperties in class XWindow.

	  SUPERS: -
	  KIND:	Result data object
	  INIT:	initialized by creator.
	  Sequencing: access Data array

     ATTRIBUTES
     Data
	     integer array Data(1:Size); ! valid results.;