Sha256: eb09a1ee456edf5a85ad3cca0af696f699f09f3c3a26330be86038ae80eba0d5

Contents?: true

Size: 919 Bytes

Versions: 55

Compression:

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

55 entries across 55 versions & 2 rubygems

Version Path
fxruby-1.6.22.pre2-x86-mingw32 rdoc-sources/FXComposite.rb
fxruby-1.6.22.pre2 rdoc-sources/FXComposite.rb
fxrubi-1.6.22.pre1-x86-mingw32 rdoc-sources/FXComposite.rb
fxrubi-1.6.22.pre1 rdoc-sources/FXComposite.rb
fxruby-1.6.20-x86-mingw32 rdoc-sources/FXComposite.rb
fxruby-1.6.20-x86-linux rdoc-sources/FXComposite.rb
fxruby-1.6.20 rdoc-sources/FXComposite.rb
fxruby-1.6.20-universal-darwin-10 rdoc-sources/FXComposite.rb
fxruby-1.6.19-x86-mingw32 rdoc-sources/FXComposite.rb
fxruby-1.6.14-mswin32 rdoc-sources/FXComposite.rb
fxruby-1.6.13-mswin32 rdoc-sources/FXComposite.rb
fxruby-1.2.2 rdoc-sources/FXComposite.rb
fxruby-1.2.3 rdoc-sources/FXComposite.rb
fxruby-1.2.4 rdoc-sources/FXComposite.rb
fxruby-1.2.5 rdoc-sources/FXComposite.rb
fxruby-1.4.0 rdoc-sources/FXComposite.rb
fxruby-1.2.6 rdoc-sources/FXComposite.rb
fxruby-1.4.1 rdoc-sources/FXComposite.rb
fxruby-1.4.2 rdoc-sources/FXComposite.rb
fxruby-1.4.3 rdoc-sources/FXComposite.rb