Sha256: 2aed96d9608f83ed3936ad11bf8255d91b5ee0c3e0d729a742a95abaedecd78f

Contents?: true

Size: 364 Bytes

Versions: 7

Compression:

Stored size: 364 Bytes

Contents

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


module Wx

  # Defines an opaque wrapper for tree item ids.
  class TreeItemId

    # Returns true if the id is valid, otherwise false.
    # @return [Boolean]
    def is_ok; end
    alias ok? :is_ok

  end

end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
wxruby3-0.9.7-x64-mingw-ucrt lib/wx/doc/tree_event.rb
wxruby3-0.9.5-x64-mingw-ucrt lib/wx/doc/tree_event.rb
wxruby3-0.9.4-x64-mingw-ucrt lib/wx/doc/tree_event.rb
wxruby3-0.9.3-x64-mingw-ucrt lib/wx/doc/tree_event.rb
wxruby3-0.9.2-x64-mingw-ucrt lib/wx/doc/tree_event.rb
wxruby3-0.9.1-x64-mingw-ucrt lib/wx/doc/tree_event.rb
wxruby3-0.9.0-x64-mingw-ucrt lib/wx/doc/tree_event.rb