Sha256: b3e02df3b00a1446e46f6f5fba621dc94b5f426a5d9252af0bc7d0cabcde6873

Contents?: true

Size: 687 Bytes

Versions: 43

Compression:

Stored size: 687 Bytes

Contents

module Fox
  #
  # The FXMenuCommand widget is used to invoke a command in the
  # application from a menu.  Menu commands may reflect
  # the state of the application by graying out or becoming hidden.
  # When activated, a menu command sends a +SEL_COMMAND+ to its target.
  #
  # === Events
  #
  # The following messages are sent by FXMenuCommand to its target:
  #
  # +SEL_COMMAND+::		sent when the command is activated
  #
  class FXMenuCommand < FXMenuCaption

    # Accelerator text [String]
    attr_accessor :accelText

    #
    # Construct a menu command
    #
    def initialize(p, text, ic=nil, target=nil, selector=0, opts=0) # :yields: theMenuCommand
    end
  end
end

Version data entries

43 entries across 43 versions & 2 rubygems

Version Path
fxruby-1.6.22-x86-mingw32 rdoc-sources/FXMenuCommand.rb
fxruby-1.6.22 rdoc-sources/FXMenuCommand.rb
fxruby-1.6.22.pre4-x86-mingw32 rdoc-sources/FXMenuCommand.rb
fxruby-1.6.22.pre4 rdoc-sources/FXMenuCommand.rb
fxruby-1.6.22.pre3-x86-mingw32 rdoc-sources/FXMenuCommand.rb
fxruby-1.6.22.pre3 rdoc-sources/FXMenuCommand.rb
fxruby-1.6.22.pre2-x86-mingw32 rdoc-sources/FXMenuCommand.rb
fxruby-1.6.22.pre2 rdoc-sources/FXMenuCommand.rb
fxrubi-1.6.22.pre1-x86-mingw32 rdoc-sources/FXMenuCommand.rb
fxrubi-1.6.22.pre1 rdoc-sources/FXMenuCommand.rb
fxruby-1.6.20-x86-mingw32 rdoc-sources/FXMenuCommand.rb
fxruby-1.6.20-x86-linux rdoc-sources/FXMenuCommand.rb
fxruby-1.6.20 rdoc-sources/FXMenuCommand.rb
fxruby-1.6.20-universal-darwin-10 rdoc-sources/FXMenuCommand.rb
fxruby-1.6.19-x86-mingw32 rdoc-sources/FXMenuCommand.rb
fxruby-1.6.14-mswin32 rdoc-sources/FXMenuCommand.rb
fxruby-1.6.13-mswin32 rdoc-sources/FXMenuCommand.rb
fxruby-1.6.11 rdoc-sources/FXMenuCommand.rb
fxruby-1.6.10 rdoc-sources/FXMenuCommand.rb
fxruby-1.6.12 rdoc-sources/FXMenuCommand.rb