Sha256: 0dbe46080f5fc40265fc87955af41c0de0403ad9cd22288ef2da6f2fc4a27e9a

Contents?: true

Size: 463 Bytes

Versions: 5

Compression:

Stored size: 463 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 RibbonButtonBar

      # Iterate button items if block given else return enumerator.
      # @yieldparam [Integer] button_id Id of a button item
      # @return [Object,Enumerator] result from last block execution or an enumerator
      def items; end

    end

  end

end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
wxruby3-0.9.7-x64-mingw-ucrt lib/wx/doc/rbn/ribbon_button_bar.rb
wxruby3-0.9.5-x64-mingw-ucrt lib/wx/doc/rbn/ribbon_button_bar.rb
wxruby3-0.9.4-x64-mingw-ucrt lib/wx/doc/rbn/ribbon_button_bar.rb
wxruby3-0.9.3-x64-mingw-ucrt lib/wx/doc/rbn/ribbon_button_bar.rb
wxruby3-0.9.2-x64-mingw-ucrt lib/wx/doc/rbn/ribbon_button_bar.rb