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