Sha256: decf370e2d53716219bc96395317ab914796bb6d3836c021b53990e9283e4be9

Contents?: true

Size: 457 Bytes

Versions: 5

Compression:

Stored size: 457 Bytes

Contents

# :stopdoc:
# Copyright (c) 2023 M.J.N. Corino, The Netherlands
#
# This software is released under the MIT license.
# :startdoc:


module Wx

  module RBN

    class RibbonGallery

      # Iterate gallery items if block given else return enumerator.
      # @yieldparam [Integer] index Gallery item index
      # @return [Object,Enumerator] result from last block execution or an enumerator
      def items; end

    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/rbn/ribbon_gallery.rb
wxruby3-0.9.5-x64-mingw-ucrt lib/wx/doc/rbn/ribbon_gallery.rb
wxruby3-0.9.4-x64-mingw-ucrt lib/wx/doc/rbn/ribbon_gallery.rb
wxruby3-0.9.3-x64-mingw-ucrt lib/wx/doc/rbn/ribbon_gallery.rb
wxruby3-0.9.2-x64-mingw-ucrt lib/wx/doc/rbn/ribbon_gallery.rb