Sha256: 2ba84cdf6ee3fc376fff6001c50b094f41421d6d137c915da4edb1f22625148a

Contents?: true

Size: 668 Bytes

Versions: 18

Compression:

Stored size: 668 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]
    # +w+::		initial width [Integer]
    # +h+::		initial height [Integer]
    #
    def initialize(owner, caption, ic=nil, opts=0, x=0, y=0, w=0, h=0) # :yields: theSearchDialog
    end
  end
end

Version data entries

18 entries across 18 versions & 1 rubygems

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