Sha256: bcfd94bda178aebf6c32b1773895fdcdcf6e40929c87ab9bcd557ed03a5b7509

Contents?: true

Size: 729 Bytes

Versions: 94

Compression:

Stored size: 729 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

94 entries across 94 versions & 1 rubygems

Version Path
fxruby-1.6.48 rdoc-sources/FXScrollPane.rb
fxruby-1.6.48-x64-mingw32 rdoc-sources/FXScrollPane.rb
fxruby-1.6.48-x64-mingw-ucrt rdoc-sources/FXScrollPane.rb
fxruby-1.6.48-x86-mingw32 rdoc-sources/FXScrollPane.rb
fxruby-1.6.47 rdoc-sources/FXScrollPane.rb
fxruby-1.6.47-x64-mingw-ucrt rdoc-sources/FXScrollPane.rb
fxruby-1.6.47-x64-mingw32 rdoc-sources/FXScrollPane.rb
fxruby-1.6.47-x86-mingw32 rdoc-sources/FXScrollPane.rb
fxruby-1.6.46 rdoc-sources/FXScrollPane.rb
fxruby-1.6.46-x64-mingw32 rdoc-sources/FXScrollPane.rb
fxruby-1.6.46-x64-mingw-ucrt rdoc-sources/FXScrollPane.rb
fxruby-1.6.46-x86-mingw32 rdoc-sources/FXScrollPane.rb
fxruby-1.6.45 rdoc-sources/FXScrollPane.rb
fxruby-1.6.45-x64-mingw32 rdoc-sources/FXScrollPane.rb
fxruby-1.6.45-x64-mingw-ucrt rdoc-sources/FXScrollPane.rb
fxruby-1.6.45-x86-mingw32 rdoc-sources/FXScrollPane.rb
fxruby-1.6.44 rdoc-sources/FXScrollPane.rb
fxruby-1.6.44-x64-mingw32 rdoc-sources/FXScrollPane.rb
fxruby-1.6.44-x86-mingw32 rdoc-sources/FXScrollPane.rb
fxruby-1.6.43 rdoc-sources/FXScrollPane.rb