Sha256: fa5d3e0a1d59ee416c996293e08cfae85c2330d54745f3a0225c5825570e545a
Contents?: true
Size: 508 Bytes
Versions: 2
Compression:
Stored size: 508 Bytes
Contents
# :stopdoc: # Copyright (c) 2023 M.J.N. Corino, The Netherlands # # This software is released under the MIT license. # :startdoc: class Wx::RTC::RichTextPrinting # 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 # Returns (a copy of) the page setup data. # @return [Wx::PRT::PageSetupDialogData] page setup data copy def get_page_setup_data; end alias :page_setup_data :get_page_setup_data end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
wxruby3-0.9.1 | lib/wx/doc/rtc/richtext_printing.rb |
wxruby3-0.9.0 | lib/wx/doc/rtc/richtext_printing.rb |