Sha256: ab214430a1b3fe7b908f2c92519ed7ed4ea494f0edad11316e9e398f49ee3416
Contents?: true
Size: 427 Bytes
Versions: 18
Compression:
Stored size: 427 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 RibbonToolBar # Iterate tool items if block given or return enumerator. # @yieldparam [Integer] tool_id A tool item id # @return [Object,Enumerator] result from last block execution or an enumerator def tools; end end end end
Version data entries
18 entries across 18 versions & 1 rubygems