Sha256: 7113bc6df8847c7dd9eb3afeba884f0fce3f8177ec1093987c20fdfbf799eae4

Contents?: true

Size: 882 Bytes

Versions: 100

Compression:

Stored size: 882 Bytes

Contents

module Fox
  # Hopefully Helpful Hint message
  #
  # = Tooltip styles
  # TOOLTIP_PERMANENT:: Tooltip stays up indefinitely
  # TOOLTIP_VARIABLE::  Tooltip stays up variable time, depending on the length of the string
  # TOOLTIP_NORMAL::
  #
  # = Message identifiers
  #
  # ID_TIP_SHOW:: Show it
  # ID_TIP_HIDE:: Hide it
  #
  class FXToolTip < FXShell
    # Construct a tool tip
    def initialize(app, opts=TOOLTIP_NORMAL, x=0, y=0, width=0, height=0); end

    # Set the text for this tip
    def text=(text); end

    # Get the text for this tip
    def text() ; end

    # Set the tip text font
    def font=(font) ; end

    # Get the tip text font
    def font() ; end

    # Get the current tip text color
    def textColor() ; end

    # Set the current tip text color
    def textColor=(color); end

    # Return the tool tip's text
    def to_s; text; end
  end
end

Version data entries

100 entries across 100 versions & 1 rubygems

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