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