Sha256: 963d67e5283397a0ef355ef2ffdcccce725119b0b802162a539956c956e46222
Contents?: true
Size: 603 Bytes
Versions: 2
Compression:
Stored size: 603 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-x64-mingw-ucrt | lib/wx/doc/pg/pg_property.rb |
wxruby3-0.9.0-x64-mingw-ucrt | lib/wx/doc/pg/pg_property.rb |