Sha256: f2b714b63442691e2a42eef31f86170be870924101724c417157bab530d3fa5c
Contents?: true
Size: 335 Bytes
Versions: 2
Compression:
Stored size: 335 Bytes
Contents
# :stopdoc: # Copyright (c) 2023 M.J.N. Corino, The Netherlands # # This software is released under the MIT license. # :startdoc: class Wx::PRT::PrintDialogData # Returns (a copy of) the print data. # @return [Wx::PRT::PrintData] print data copy def get_print_data; end alias :print_data :get_print_data end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
wxruby3-0.9.1-x64-mingw-ucrt | lib/wx/doc/prt/print_data.rb |
wxruby3-0.9.0-x64-mingw-ucrt | lib/wx/doc/prt/print_data.rb |