Sha256: f98d6bba4705183822385c78bd965c345f601687d45c267776622f1834f8af43
Contents?: true
Size: 426 Bytes
Versions: 18
Compression:
Stored size: 426 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
18 entries across 18 versions & 1 rubygems