Sha256: da898a2eaf1af76698f26abbe0679d3c5ba91f61b9f8e2b1c316638d9e5c07c6
Contents?: true
Size: 375 Bytes
Versions: 2
Compression:
Stored size: 375 Bytes
Contents
# :stopdoc: # Copyright (c) 2023 M.J.N. Corino, The Netherlands # # This software is released under the MIT license. # :startdoc: class Wx::RBN::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
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
wxruby3-0.9.1 | lib/wx/doc/rbn/ribbon_tool_bar.rb |
wxruby3-0.9.0 | lib/wx/doc/rbn/ribbon_tool_bar.rb |