Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members

SplashWindow options


Enumerations

enum  {
  SPLASH_NORAISE = 0,
  SPLASH_AUTORAISE = 0x02000000,
  SPLASH_AUTODESTROY = 0x04000000,
  SPLASH_HIDEDESTROY = 0x08000000
}

Enumeration Type Documentation

anonymous enum
 

Enumeration values:
SPLASH_NORAISE   Dont keep splash window on top.
SPLASH_AUTORAISE   Keep splash window on top.
SPLASH_AUTODESTROY   Delete itself on timeout.
SPLASH_HIDEDESTROY   Delete itself when hidden.

Definition at line 50 of file FXSplashWindow.h.