Sha256: 670bcc004d224565f7342385f515c3d596c3e21a732b12146bd34d1321a63bd9

Contents?: true

Size: 578 Bytes

Versions: 2

Compression:

Stored size: 578 Bytes

Contents

# :stopdoc:
# Copyright (c) 2023 M.J.N. Corino, The Netherlands
#
# This software is released under the MIT license.
# :startdoc:


module Wx::PG

  PG_LABEL = Wx::PG::PG_LABEL_STRING

  PG_DEFAULT_IMAGE_SIZE = Wx::DEFAULT_SIZE

  class PGProperty

    # Iterate each attribute.
    # Passes the variant for each attribute to the given block.
    # Returns an Enumerator if no block given.
    # @yieldparam [Wx::Variant] variant attribute's variant
    # @return [Object,Enumerator] last result of block or Enumerator if no block given.
    def each_attribute; end

  end

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
wxruby3-0.9.1 lib/wx/doc/pg/pg_property.rb
wxruby3-0.9.0 lib/wx/doc/pg/pg_property.rb