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

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