Sha256: 7866164a176213c1bebc5321293643c2a837e105f198af9fa20ad737a3c0fb92

Contents?: true

Size: 720 Bytes

Versions: 42

Compression:

Stored size: 720 Bytes

Contents

module Fox
  #
  # The dock handler exists as a common base class for tool bar grip
  # and dock title.  
  #
  # === Events
  #
  # The following messages are sent by FXDockHandler to its target:
  #
  # +SEL_KEYPRESS+::		sent when a key goes down; the message data is an FXEvent instance.
  # +SEL_KEYRELEASE+::		sent when a key goes up; the message data is an FXEvent instance.
  #
  class FXDockHandler < FXFrame
    # Status line help text [String]
    attr_accessor :helpText
    
    # Tool tip text [String]
    attr_accessor :tipText
    
    #
    # Return an initialized FXDockHandler instance.
    #
    def initialize(p, tgt, sel, opts, x, y, w, h, pl, pr, pt, pb) # :yields: aDockHandler
    end
  end
end

Version data entries

42 entries across 42 versions & 2 rubygems

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