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