Sha256: 54f6e905303abf6df830aa19b0a7e524551eace9b28871ae696e07e722d5a2ff
Contents?: true
Size: 434 Bytes
Versions: 19
Compression:
Stored size: 434 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
19 entries across 19 versions & 1 rubygems