Sha256: 99291c84a712721f2674477f516f021bc8b32dd26863a21d8b6f0eafb1b8eb9e

Contents?: true

Size: 686 Bytes

Versions: 43

Compression:

Stored size: 686 Bytes

Contents

module Fox
  #
  # Text search dialog
  #
  class FXSearchDialog < FXReplaceDialog
    #
    # Return an initialized FXSearchDialog instance.
    #
    # ==== Parameters:
    #
    # +owner+::		the owner window for this dialog box [FXWindow]
    # +caption+::	the caption (title) string for this dialog box [String]
    # +ic+::		the icon [FXIcon]
    # +opts+::		the options [Integer]
    # +x+::		initial x-position [Integer]
    # +y+::		initial y-position [Integer]
    # +width+::		initial width [Integer]
    # +height+::		initial height [Integer]
    #
    def initialize(owner, caption, ic=nil, opts=0, x=0, y=0, width=0, height=0) # :yields: theSearchDialog
    end
  end
end

Version data entries

43 entries across 43 versions & 2 rubygems

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