Sha256: 2a89ee327e93715114fb0256a95298d7c6903d1f95dcaf2d1bdba7073c6d749e

Contents?: true

Size: 687 Bytes

Versions: 94

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

94 entries across 94 versions & 1 rubygems

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