Sha256: f60909683dc8efaa38bc7b28a9560275f86d3a1006d3ee49d8d6a42c4bba2d84

Contents?: true

Size: 886 Bytes

Versions: 24

Compression:

Stored size: 886 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

24 entries across 24 versions & 2 rubygems

Version Path
fxruby-1.6.22.pre2-x86-mingw32 rdoc-sources/FXToolTip.rb
fxruby-1.6.22.pre2 rdoc-sources/FXToolTip.rb
fxrubi-1.6.22.pre1-x86-mingw32 rdoc-sources/FXToolTip.rb
fxrubi-1.6.22.pre1 rdoc-sources/FXToolTip.rb
fxruby-1.6.20-x86-mingw32 rdoc-sources/FXToolTip.rb
fxruby-1.6.20-x86-linux rdoc-sources/FXToolTip.rb
fxruby-1.6.20 rdoc-sources/FXToolTip.rb
fxruby-1.6.20-universal-darwin-10 rdoc-sources/FXToolTip.rb
fxruby-1.6.19-x86-mingw32 rdoc-sources/FXToolTip.rb
fxruby-1.6.15-universal-darwin-9 rdoc-sources/FXToolTip.rb
fxruby-1.6.15-x86-mswin32-60 rdoc-sources/FXToolTip.rb
fxruby-1.6.15 rdoc-sources/FXToolTip.rb
fxruby-1.6.16-universal-darwin-9 rdoc-sources/FXToolTip.rb
fxruby-1.6.16-x86-mswin32-60 rdoc-sources/FXToolTip.rb
fxruby-1.6.17-universal-darwin-9 rdoc-sources/FXToolTip.rb
fxruby-1.6.16 rdoc-sources/FXToolTip.rb
fxruby-1.6.17-x86-mswin32-60 rdoc-sources/FXToolTip.rb
fxruby-1.6.17 rdoc-sources/FXToolTip.rb
fxruby-1.6.18-universal-darwin-9 rdoc-sources/FXToolTip.rb
fxruby-1.6.18 rdoc-sources/FXToolTip.rb