Sha256: faf2c5882cefa100efc5f8e3d264dbe9b338f3b1b198d823bae553e3793286b7

Contents?: true

Size: 815 Bytes

Versions: 17

Compression:

Stored size: 815 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, w=0, h=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
  end
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
fxruby-1.2.3 rdoc-sources/FXToolTip.rb
fxruby-1.2.4 rdoc-sources/FXToolTip.rb
fxruby-1.2.5 rdoc-sources/FXToolTip.rb
fxruby-1.2.6 rdoc-sources/FXToolTip.rb
fxruby-1.4.0 rdoc-sources/FXToolTip.rb
fxruby-1.4.1 rdoc-sources/FXToolTip.rb
fxruby-1.4.2 rdoc-sources/FXToolTip.rb
fxruby-1.4.3 rdoc-sources/FXToolTip.rb
fxruby-1.4.4 rdoc-sources/FXToolTip.rb
fxruby-1.4.5 rdoc-sources/FXToolTip.rb
fxruby-1.4.6 rdoc-sources/FXToolTip.rb
fxruby-1.4.7 rdoc-sources/FXToolTip.rb
fxruby-1.6.0 rdoc-sources/FXToolTip.rb
fxruby-1.6.1 rdoc-sources/FXToolTip.rb
fxruby-1.6.2 rdoc-sources/FXToolTip.rb
fxruby-1.6.3 rdoc-sources/FXToolTip.rb
fxruby-1.6.4 rdoc-sources/FXToolTip.rb