Sha256: 5133a88d94c411bd84b0b46c11b505649230a4940118eb779129a206d1c76a93
Contents?: true
Size: 445 Bytes
Versions: 5
Compression:
Stored size: 445 Bytes
Contents
# :stopdoc: # Copyright (c) 2023 M.J.N. Corino, The Netherlands # # This software is released under the MIT license. # :startdoc: module Wx class VListBox # Iterate selected items. Returns Enumerator if no block given. # @yieldparam [Integer] sel selected item index # @return [Enumerator,Object] if block given returns last return value of block, Enumerator otherwise def each_selected; end end end
Version data entries
5 entries across 5 versions & 1 rubygems