Sha256: 11a55a9c4b0b66cb149f46af727b635c11a7aa728f81cc619007b93ef732b117

Contents?: true

Size: 915 Bytes

Versions: 100

Compression:

Stored size: 915 Bytes

Contents

module Fox
  #
  # Base composite
  #
  # === Events
  #
  # The following messages are sent from FXComposite to its target:
  #
  # +SEL_KEYPRESS+::
  #   sent when a key goes down, but only if there is no other widget with the
  #   focus (or if the focused widget doesn't handle this keypress). The message
  #   data is an FXEvent instance.
  # +SEL_KEYRELEASE+::
  #   sent when a key goes up, but only if there is no other widget with the
  #   focus (or if the focused widget doesn't handle this key release). The message
  #   data is an FXEvent instance.
  #
  class FXComposite < FXWindow
    # Constructor
    def initialize(parent, opts=0, x=0, y=0, width=0, height=0) # :yields: theComposite
    end

    #
    # Return the width of the widest child window.
    #
    def maxChildWidth() ; end

    #
    # Return the height of the tallest child window.
    #
    def maxChildHeight() ; end
  end
end

Version data entries

100 entries across 100 versions & 1 rubygems

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