Sha256: f34a62c96b8a625be77d50a10eb64ec7359ee3c9a6b85658332a59e8669dfe3b

Contents?: true

Size: 686 Bytes

Versions: 94

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

94 entries across 94 versions & 1 rubygems

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