anonymous enum

Packing style (for packers).

Enumerator:
PACK_NORMAL 
PACK_UNIFORM_HEIGHT  Default is each its own size.
PACK_UNIFORM_WIDTH  Uniform height.

Definition at line 80 of file FXWindow.h.

00080      {
00081   PACK_NORMAL         = 0,              
00082   PACK_UNIFORM_HEIGHT = 0x00008000,     
00083   PACK_UNIFORM_WIDTH  = 0x00010000      
00084   };


(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