Sha256: 34bf4f7d1c3c050c2529598e79c6b5fbad7d252e929dd4cdd2873cfd7bb1c720

Contents?: true

Size: 952 Bytes

Versions: 37

Compression:

Stored size: 952 Bytes

Contents

module Fox
  #
  # The bitmap frame is a simple frame widget displaying an monochrome bitmap
  # image; the bitmap is not owned by the bitmap frame so it must be explicitly
  # deleted elsewhere.
  #
  class FXBitmapFrame < FXFrame
  
    # The current image being displayed [FXBitmap]
    attr_accessor :bitmap
    
    # The color used for the "on" bits in the bitmap [FXColor]
    attr_accessor :onColor
    
    # The color used for the "off" bits in the bitmap [FXColor]
    attr_accessor :offColor
    
    #
    # The current justification mode, some combination of the flags
    # +JUSTIFY_LEFT+, +JUSTIFY_RIGHT+, +JUSTIFY_TOP+ and +JUSTIFY_BOTTOM+
    # [Integer]
    #
    attr_accessor :justify
    
    #
    # Return an initialized FXBitmapFrame instance.
    #
    def initialize(p, bmp, opts=FRAME_SUNKEN|FRAME_THICK, x=0, y=0, width=0, height=0, padLeft=0, padRight=0, padTop=0, padBottom=0) # :yields: theBitmapFrame
    end
  end
end

Version data entries

37 entries across 37 versions & 2 rubygems

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