Class Fox::FXSplashWindow
In: rdoc-sources/FXSplashWindow.rb
Parent: FXTopWindow

The Splash Window is a window typically shown during startup of an application. It comprises a large icon, which is also used as the shape of the window if SPLASH_SHAPED is passed; with the SPLASH_SIMPLE option the window will be simply rectangular.

Splash window options

SPLASH_SIMPLE:Simple rectangular splash window
SPLASH_SHAPED:Shaped splash window
SPLASH_OWNS_ICON:Splash window will own the icon and destroy it
SPLASH_DESTROY:Splash window will destroy itself when timer expires

Methods

new  

Attributes

delay  [RW]  The delay before hiding the splash window, in milliseconds [Integer]
icon  [RW]  The splash window‘s icon [FXIcon]

Public Class methods

[Validate]