Sha256: d30e0a124ad3c2fbcf0123bbd926e0959bad091472833167ad229ada9bf7665e
Contents?: true
Size: 300 Bytes
Versions: 15
Compression:
Stored size: 300 Bytes
Contents
# Copyright (c) 2023 M.J.N. Corino, The Netherlands # # This software is released under the MIT license. module Wx class TopLevelWindow # create PersistentObject for toplevel windows (incl. Dialog and Frame) def create_persistent_object PersistentTLW.new(self) end end end
Version data entries
15 entries across 15 versions & 1 rubygems