Sha256: 84e25203d47773600b8f10b9152dcb844202392c6ddff2ddca4b48ccc09f7c56
Contents?: true
Size: 398 Bytes
Versions: 17
Compression:
Stored size: 398 Bytes
Contents
# :stopdoc: # Copyright (c) 2023 M.J.N. Corino, The Netherlands # # This software is released under the MIT license. # :startdoc: module Wx class TopLevelWindow < NonOwnedWindow # Creates PersistentObject for this toplevel window instance (incl. Dialog and Frame). # @see Wx.create_persistent_object # @return [Wx::PersistentTLW] def create_persistent_object; end end end
Version data entries
17 entries across 17 versions & 1 rubygems