Sha256: fe624002c7193e69c0ee497f412e091481f97fcb74beb93322c8d0ad39ee63fd

Contents?: true

Size: 344 Bytes

Versions: 16

Compression:

Stored size: 344 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

16 entries across 16 versions & 1 rubygems

Version Path
wxruby3-1.3.1 lib/wx/doc/tree_event.rb
wxruby3-1.3.0 lib/wx/doc/tree_event.rb
wxruby3-1.2.1 lib/wx/doc/tree_event.rb
wxruby3-1.2.0 lib/wx/doc/tree_event.rb
wxruby3-1.1.2 lib/wx/doc/tree_event.rb
wxruby3-1.1.1 lib/wx/doc/tree_event.rb
wxruby3-1.1.0 lib/wx/doc/tree_event.rb
wxruby3-1.0.1 lib/wx/doc/tree_event.rb
wxruby3-0.9.8 lib/wx/doc/tree_event.rb
wxruby3-0.9.7 lib/wx/doc/tree_event.rb
wxruby3-0.9.5 lib/wx/doc/tree_event.rb
wxruby3-0.9.4 lib/wx/doc/tree_event.rb
wxruby3-0.9.3 lib/wx/doc/tree_event.rb
wxruby3-0.9.2 lib/wx/doc/tree_event.rb
wxruby3-0.9.1 lib/wx/doc/tree_event.rb
wxruby3-0.9.0 lib/wx/doc/tree_event.rb