Sha256: edb10c22fa755876204eea686391b40caa0323eae80b977d598970bdf0ac6347
Contents?: true
Size: 576 Bytes
Versions: 17
Compression:
Stored size: 576 Bytes
Contents
# :stopdoc: # Copyright (c) 2023 M.J.N. Corino, The Netherlands # # This software is released under the MIT license. # :startdoc: module Wx module RTC class 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 end end
Version data entries
17 entries across 17 versions & 1 rubygems