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