Sha256: 0dbe46080f5fc40265fc87955af41c0de0403ad9cd22288ef2da6f2fc4a27e9a
Contents?: true
Size: 463 Bytes
Versions: 5
Compression:
Stored size: 463 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 RibbonButtonBar # Iterate button items if block given else return enumerator. # @yieldparam [Integer] button_id Id of a button item # @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