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