Sha256: d0740b0e1ebac8e9bab58adc110fb248070a8b7e3aa0ce89ee3a463722db28f8

Contents?: true

Size: 733 Bytes

Versions: 42

Compression:

Stored size: 733 Bytes

Contents

module Fox
  #
  # A Scroll Pane is a menu pane which provides scrolling of menu entries.
  # It is useful when menus are populated programmatically and it is not
  # known in advance how many entries will be added.
  #
  class FXScrollPane < FXMenuPane

    # Index of top-most menu item [Integer]
    attr_accessor :topItem
    
    # Number of visible items [Integer]
    attr_accessor :numVisible

    #
    # Return an initialized FXScrollPane instance.
    #
    # ==== Parameters:
    #
    # +owner+::	owner window for this menu pane [FXWindow]
    # +nvis+::	maximum number of visible items [Integer]
    # +opts+::	options [Integer]
    #
    def initialize(owner, nvis, opts=0) # :yields: theScrollPane
    end
  end
end

Version data entries

42 entries across 42 versions & 2 rubygems

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