anonymous enum

Splash Window options.

Enumerator:
SPLASH_SIMPLE 
SPLASH_SHAPED  Simple rectangular splash window.
SPLASH_OWNS_ICON  Shaped splash window.
SPLASH_DESTROY  Splash window will own the icon and destroy it.

Definition at line 35 of file FXSplashWindow.h.

00035      {
00036   SPLASH_SIMPLE    = 0,                 
00037   SPLASH_SHAPED    = 0x02000000,        
00038   SPLASH_OWNS_ICON = 0x04000000,        
00039   SPLASH_DESTROY   = 0x08000000         
00040   };


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