Sha256: c85ae7fb4752c64090602468c3f5667e47721809dbca880e26be4e6b4e7111a8
Contents?: true
Size: 331 Bytes
Versions: 15
Compression:
Stored size: 331 Bytes
Contents
# Copyright (c) 2023 M.J.N. Corino, The Netherlands # # This software is released under the MIT license. require_relative './book_ctrl_base' module Wx class Treebook # Creates PersistentObject for this treebook control instance. def create_persistent_object PersistentTreeBookCtrl.new(self) end end end
Version data entries
15 entries across 15 versions & 1 rubygems