Sha256: 649096384c281fd55d3d196c9f15ad5741d6fad9997ce739c791f1558603fd48

Contents?: true

Size: 454 Bytes

Versions: 5

Compression:

Stored size: 454 Bytes

Contents

# :stopdoc:
# Copyright (c) 2023 M.J.N. Corino, The Netherlands
#
# This software is released under the MIT license.
# :startdoc:


module Wx

  class HelpController

    # @return [void] Only does something for Wx::HTML::HtmlHelpController
    def get_frame_parameters; end

  end

  class ExtHelpController

    # @return [void] Only does something for Wx::HTML::HtmlHelpController
    def get_frame_parameters; end

  end

end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
wxruby3-0.9.7-x64-mingw-ucrt lib/wx/doc/help_controller.rb
wxruby3-0.9.5-x64-mingw-ucrt lib/wx/doc/help_controller.rb
wxruby3-0.9.4-x64-mingw-ucrt lib/wx/doc/help_controller.rb
wxruby3-0.9.3-x64-mingw-ucrt lib/wx/doc/help_controller.rb
wxruby3-0.9.2-x64-mingw-ucrt lib/wx/doc/help_controller.rb