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