next up previous
Next: xvisualinfolist Up: simxlib Previous: xscreen

xvisualinfo


     NAME
	  xvisualinfo -	part of	Simula to Xlib interface

     DESCRIPTION
	     class XVisualInfo;
	  Object representing 'visuals', describing HW characteristics
	  of  a	 as  an	example. Objects of this class are returned as
	  result of operation MatchVisualInfo of class X_Screen. It is
	  meaningless for the application programmer to	create objects
	  of this kind.	For the	meaning	 of  the  attributes  of  this
	  class, please	consult	an X11 tutorial.

	  SUPERS: -
	  KIND:	Instantiable, objects created by class X_Screen.
	  INIT:	done by	X_Screen.
	  Sequencing:
	  (bits_per_rgb/colormap_size/blue_mask/green_mask/red_mask/
	  :	       cllass/depth/screen/visualid/visual)*

     ATTRIBUTES
	     integer bits_per_rgb;
	     integer colormap_size;
	     integer blue_mask;
	     integer green_mask;
	     integer red_mask;
	     integer cllass;
	     integer depth;
	     integer screen;
	     integer visualid;
	     integer visual;