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