Sha256: bf9c83439efa73d7895335c0c199e710fd8b814580b35f3249c40079a0d703a4

Contents?: true

Size: 539 Bytes

Versions: 12

Compression:

Stored size: 539 Bytes

Contents

# :stopdoc:
# Copyright (c) 2023 M.J.N. Corino, The Netherlands
#
# This software is released under the MIT license.
# :startdoc:


module Wx

  class Treebook < BookCtrlBase

    # Returns the Wx::TreeCtrl used for this Treebook
    # @return [Wx::TreeCtrl] the tree control
    def get_tree_ctrl; end
    alias :tree_ctrl :get_tree_ctrl

    # Creates PersistentObject for this treebook control instance.
    # @see Wx.create_persistent_object
    # @return [Wx::PersistentTreeBookCtrl]
    def create_persistent_object; end

  end

end

Version data entries

12 entries across 12 versions & 1 rubygems

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