Sha256: 820082e3db05e9390ed13313d284385ad36448901aa2ff641bca2739882489a2

Contents?: true

Size: 921 Bytes

Versions: 39

Compression:

Stored size: 921 Bytes

Contents

module Fox
  #
  # 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
  #
  class FXSplashWindow < FXTopWindow
    # The splash window's icon [FXIcon]
    attr_accessor :icon
    
    # The delay before hiding the splash window, in milliseconds [Integer]
    attr_accessor :delay

    # Construct splash window
    def initialize(owner, icon, opts=SPLASH_SIMPLE, ms=5000) # :yields: theSplashWindow
    end
  end
end

Version data entries

39 entries across 39 versions & 2 rubygems

Version Path
fxruby-1.6.22.pre2-x86-mingw32 rdoc-sources/FXSplashWindow.rb
fxruby-1.6.22.pre2 rdoc-sources/FXSplashWindow.rb
fxrubi-1.6.22.pre1-x86-mingw32 rdoc-sources/FXSplashWindow.rb
fxrubi-1.6.22.pre1 rdoc-sources/FXSplashWindow.rb
fxruby-1.6.20-x86-mingw32 rdoc-sources/FXSplashWindow.rb
fxruby-1.6.20-x86-linux rdoc-sources/FXSplashWindow.rb
fxruby-1.6.20 rdoc-sources/FXSplashWindow.rb
fxruby-1.6.20-universal-darwin-10 rdoc-sources/FXSplashWindow.rb
fxruby-1.6.19-x86-mingw32 rdoc-sources/FXSplashWindow.rb
fxruby-1.6.14-mswin32 rdoc-sources/FXSplashWindow.rb
fxruby-1.6.13-mswin32 rdoc-sources/FXSplashWindow.rb
fxruby-1.6.11 rdoc-sources/FXSplashWindow.rb
fxruby-1.6.10 rdoc-sources/FXSplashWindow.rb
fxruby-1.6.12 rdoc-sources/FXSplashWindow.rb
fxruby-1.6.13 rdoc-sources/FXSplashWindow.rb
fxruby-1.6.14-universal-darwin-9 rdoc-sources/FXSplashWindow.rb
fxruby-1.6.15-universal-darwin-9 rdoc-sources/FXSplashWindow.rb
fxruby-1.6.14 rdoc-sources/FXSplashWindow.rb
fxruby-1.6.15-x86-mswin32-60 rdoc-sources/FXSplashWindow.rb
fxruby-1.6.15 rdoc-sources/FXSplashWindow.rb