Sha256: c8f6a6d1f3f9a28e04d289ae4e909abaac8d73672f34ac55d2c67b91acf4d331

Contents?: true

Size: 320 Bytes

Versions: 2

Compression:

Stored size: 320 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 lib/wx/doc/prt/print_data.rb
wxruby3-0.9.0 lib/wx/doc/prt/print_data.rb