Sha256: ca34a5434d1f2aa825aa0b3be535bbb4fe1bd0d98507249b43306a53b5274d71
Contents?: true
Size: 440 Bytes
Versions: 14
Compression:
Stored size: 440 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
14 entries across 14 versions & 1 rubygems