Sha256: 3ece182a571207b2b8d693c2c337ce6c72baec2301fd46d9169b72bdee1037e9

Contents?: true

Size: 1.99 KB

Versions: 10

Compression:

Stored size: 1.99 KB

Contents

# :stopdoc:
# This file is automatically generated by the WXRuby3 documentation 
# generator. Do not alter this file.
# :startdoc:


module Wx

  # {Wx::FindReplaceData} holds the data for {Wx::FindReplaceDialog}.
  # It is used to initialize the dialog with the default values and will keep the last values from the dialog when it is closed. It is also updated each time a {Wx::FindDialogEvent} is generated so instead of using the {Wx::FindDialogEvent} methods you can also directly query this object.
  # Note that all <code>SetXXX()</code> methods may only be called before showing the dialog and calling them has no effect later.
  # === 
  # 
  # Category:  Common Dialogs, Data Structures
  # 
  class FindReplaceData < Object
  
    # Constructor initializes the flags to default value (0).
    # @param flags [Integer] 
    # @return [FindReplaceData]
    def initialize(flags=0) end
    
    # Get the string to find.
    # @return [Wx::String]
    def get_find_string; end
    alias_method :find_string, :get_find_string
    
    # Get the combination of {Wx::FindReplaceFlags} values.
    # @return [Integer]
    def get_flags; end
    alias_method :flags, :get_flags
    
    # Get the replacement string.
    # @return [Wx::String]
    def get_replace_string; end
    alias_method :replace_string, :get_replace_string
    
    # Set the string to find (used as initial value by the dialog).
    # @param str [String] 
    # @return [void]
    def set_find_string(str) end
    alias_method :find_string=, :set_find_string
    
    # Set the flags to use to initialize the controls of the dialog.
    # @param flags [Integer] 
    # @return [void]
    def set_flags(flags) end
    alias_method :flags=, :set_flags
    
    # Set the replacement string (used as initial value by the dialog).
    # @param str [String] 
    # @return [void]
    def set_replace_string(str) end
    alias_method :replace_string=, :set_replace_string
    
  end # FindReplaceData
  

end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
wxruby3-0.9.0.pre.rc.2-x64-mingw-ucrt lib/wx/doc/gen/find_replace_data.rb
wxruby3-0.9.0.pre.rc.1-x64-mingw-ucrt lib/wx/doc/gen/find_replace_data.rb
wxruby3-0.9.0.pre.beta.14-x64-mingw-ucrt lib/wx/doc/gen/find_replace_data.rb
wxruby3-0.9.0.pre.beta.13-x64-mingw-ucrt lib/wx/doc/gen/find_replace_data.rb
wxruby3-0.9.0.pre.beta.11-x64-mingw-ucrt lib/wx/doc/gen/find_replace_data.rb
wxruby3-0.9.0.pre.beta.10-x64-mingw-ucrt lib/wx/doc/gen/find_replace_data.rb
wxruby3-0.9.0.pre.beta.9-x64-mingw-ucrt lib/wx/doc/gen/find_replace_data.rb
wxruby3-0.9.0.pre.beta.8-x64-mingw-ucrt lib/wx/doc/gen/find_replace_data.rb
wxruby3-0.9.0.pre.beta.2-x64-mingw-ucrt-3.2-3.2.2 lib/wx/doc/gen/find_replace_data.rb
wxruby3-0.9.0.pre.beta.1-x64-mingw-ucrt-3.2 lib/wx/doc/gen/find_replace_data.rb