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