anonymous enum

Enumerator:
BITMAP_KEEP 
BITMAP_OWNED 
BITMAP_SHMI 
BITMAP_SHMP 

Definition at line 34 of file FXBitmap.h.

00034      {
00035   BITMAP_KEEP       = 0x00000001,       // Keep pixel data in client
00036   BITMAP_OWNED      = 0x00000002,       // Pixel data is owned by image
00037   BITMAP_SHMI       = 0x00000020,       // Using shared memory image
00038   BITMAP_SHMP       = 0x00000040        // Using shared memory pixmap
00039   };


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