Sha256: 163de43c072966d4e2b54e290dc03af0cc67efd7823da948ebc749b58571cf83

Contents?: true

Size: 917 Bytes

Versions: 88

Compression:

Stored size: 917 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+:: Does nothing - for backward compatibility only
  # +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

88 entries across 88 versions & 1 rubygems

Version Path
fxruby-1.6.32.pre2-x86-mingw32 rdoc-sources/FXSplashWindow.rb
fxruby-1.6.32.pre2 rdoc-sources/FXSplashWindow.rb
fxruby-1.6.32.pre1 rdoc-sources/FXSplashWindow.rb
fxruby-1.6.32.pre1-x86-mingw32 rdoc-sources/FXSplashWindow.rb
fxruby-1.6.32.pre1-x64-mingw32 rdoc-sources/FXSplashWindow.rb
fxruby-1.6.31-x64-mingw32 rdoc-sources/FXSplashWindow.rb
fxruby-1.6.31-x86-mingw32 rdoc-sources/FXSplashWindow.rb
fxruby-1.6.31 rdoc-sources/FXSplashWindow.rb
fxruby-1.6.30-x86-mingw32 rdoc-sources/FXSplashWindow.rb
fxruby-1.6.30-x64-mingw32 rdoc-sources/FXSplashWindow.rb
fxruby-1.6.30 rdoc-sources/FXSplashWindow.rb
fxruby-1.6.29-x86-mingw32 rdoc-sources/FXSplashWindow.rb
fxruby-1.6.29-x64-mingw32 rdoc-sources/FXSplashWindow.rb
fxruby-1.6.29 rdoc-sources/FXSplashWindow.rb
fxruby-1.6.28-x86-mingw32 rdoc-sources/FXSplashWindow.rb
fxruby-1.6.28-x64-mingw32 rdoc-sources/FXSplashWindow.rb
fxruby-1.6.28 rdoc-sources/FXSplashWindow.rb
fxruby-1.6.27-x86-mingw32 rdoc-sources/FXSplashWindow.rb
fxruby-1.6.27-x64-mingw32 rdoc-sources/FXSplashWindow.rb
fxruby-1.6.27 rdoc-sources/FXSplashWindow.rb