Visual type.

Enumerator:
VISUALTYPE_UNKNOWN 
VISUALTYPE_MONO  Undetermined visual type.
VISUALTYPE_TRUE  Visual for drawing into 1-bpp surfaces.
VISUALTYPE_INDEX  True color.
VISUALTYPE_GRAY  Gray scale.

Definition at line 51 of file FXVisual.h.

00051                   {
00052   VISUALTYPE_UNKNOWN,                 
00053   VISUALTYPE_MONO,                    
00054   VISUALTYPE_TRUE,                    
00055   VISUALTYPE_INDEX,                   
00056   VISUALTYPE_GRAY                     
00057   };


(C) 2002-2009 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Nov 20 18:31:48 2009 for TnFOX by doxygen v1.4.7