Sha256: 5a0195b419a73261cd06df0f0e82a88278462b9fac3806978ff5ae1b2804214f
Contents?: true
Size: 316 Bytes
Versions: 3
Compression:
Stored size: 316 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
wxruby3-0.9.7-x64-mingw-ucrt | lib/wx/core/top_level_window.rb |
wxruby3-0.9.5-x64-mingw-ucrt | lib/wx/core/top_level_window.rb |
wxruby3-0.9.4-x64-mingw-ucrt | lib/wx/core/top_level_window.rb |