Sha256: 4de5e6a4030115cf280b0a0f6d9d5db5fddb0ca7dbbca36200b7347a014d71ee

Contents?: true

Size: 462 Bytes

Versions: 5

Compression:

Stored size: 462 Bytes

Contents

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


module Wx

  module HTML

    class HelpController

      # Returns the latest frame size and position settings and whether a new frame is drawn with each invocation.
      # @return [Array(Wx::Frame,Wx::Size,Wx::Point,Boolean)] latest frame settings
      def get_frame_parameters; end

    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/html/html_help_controller.rb
wxruby3-0.9.5-x64-mingw-ucrt lib/wx/doc/html/html_help_controller.rb
wxruby3-0.9.4-x64-mingw-ucrt lib/wx/doc/html/html_help_controller.rb
wxruby3-0.9.3-x64-mingw-ucrt lib/wx/doc/html/html_help_controller.rb
wxruby3-0.9.2-x64-mingw-ucrt lib/wx/doc/html/html_help_controller.rb