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