# :stopdoc: # Copyright (c) 2023 M.J.N. Corino, The Netherlands # # This software is released under the MIT license. # :startdoc: class Wx::HTML::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