Sha256: 583bd7f525dbd1899418bdc034d5c3c7bc4066585f0b14f94416d530e327bee1
Contents?: true
Size: 454 Bytes
Versions: 5
Compression:
Stored size: 454 Bytes
Contents
# :stopdoc: # Copyright (c) 2023 M.J.N. Corino, The Netherlands # # This software is released under the MIT license. # :startdoc: module Wx class Menu # Yield each menu item to the given block. # Returns an Enumerator if no block given. # @yieldparam [Wx::MenuItem] item the menu item yielded # @return [Object,Enumerator] last result of block or Enumerator if no block given. def each_item; end end end
Version data entries
5 entries across 5 versions & 1 rubygems