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

Version Path
wxruby3-1.4.2 lib/wx/core/treebook.rb
wxruby3-1.4.1 lib/wx/core/treebook.rb
wxruby3-1.4.0 lib/wx/core/treebook.rb
wxruby3-1.3.1 lib/wx/core/treebook.rb
wxruby3-1.3.0 lib/wx/core/treebook.rb
wxruby3-1.2.1 lib/wx/core/treebook.rb
wxruby3-1.2.0 lib/wx/core/treebook.rb
wxruby3-1.1.2 lib/wx/core/treebook.rb
wxruby3-1.1.1 lib/wx/core/treebook.rb
wxruby3-1.1.0 lib/wx/core/treebook.rb
wxruby3-1.0.1 lib/wx/core/treebook.rb
wxruby3-0.9.8 lib/wx/core/treebook.rb
wxruby3-0.9.7 lib/wx/core/treebook.rb
wxruby3-0.9.5 lib/wx/core/treebook.rb
wxruby3-0.9.4 lib/wx/core/treebook.rb