Sha256: 71e61c03ed9e28608330d82f0b1c25eaae1c658553192c0ef286947593994d9f

Contents?: true

Size: 1.22 KB

Versions: 37

Compression:

Stored size: 1.22 KB

Contents

module Fox
  #
  # An FXToolBarShell is a widget floating around over the main window.
  # It typically contains an undocked tool bar.
  #
  class FXToolBarShell < FXTopWindow
  
    # Frame style [Integer]  
    attr_accessor :frameStyle
    
    # Border width [Integer]
    attr_reader	:borderWidth
    
    # Highlight color [FXColor]
    attr_accessor :hiliteColor
    
    # Shadow color [FXColor]
    attr_accessor :shadowColor
    
    # Border color [FXColor]
    attr_accessor :borderColor
    
    # Base GUI color [FXColor]
    attr_accessor :baseColor

    #
    # Return an initialized FXToolBarShell instance.
    #
    # ==== Parameters:
    #
    # +owner+::	the owner window for this tool bar shell [FXWindow]
    # +opts+::	tool bar shell options [Integer]
    # +x+::	initial x-position [Integer]
    # +y+::	initial y-position [Integer]
    # +width+::	initial width [Integer]
    # +height+::	initial height [Integer]
    # +hSpacing+::	horizontal spacing between widgets, in pixels [Integer]
    # +vSpacing+::	vertical spacing between widgets, in pixels [Integer]
    #
    def initialize(owner, opts=FRAME_RAISED|FRAME_THICK, x=0, y=0, width=0, height=0, hSpacing=4, vSpacing=4) # :yields: theToolBarShell
    end
  end
end

Version data entries

37 entries across 37 versions & 2 rubygems

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