Sha256: 28ba14058d6a129b66068cdc79878b09b832087f7253f6f3e07473939c6986d9

Contents?: true

Size: 327 Bytes

Versions: 2

Compression:

Stored size: 327 Bytes

Contents

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


class Wx::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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
wxruby3-0.9.1-x64-mingw-ucrt lib/wx/doc/treebook.rb
wxruby3-0.9.0-x64-mingw-ucrt lib/wx/doc/treebook.rb