Sha256: 0d9e0fcccf20c8b7119eb5a48854b05fd50a45d1dbb5f2852824ffdb1b18fefb
Contents?: true
Size: 355 Bytes
Versions: 2
Compression:
Stored size: 355 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 # 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 end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
wxruby3-0.9.3-x64-mingw-ucrt | lib/wx/doc/treebook.rb |
wxruby3-0.9.2-x64-mingw-ucrt | lib/wx/doc/treebook.rb |