Sha256: 393d4c5a24f05e6362829f7a2b0cfb4d6d70a7526d9a09bb3a893dc2c565e603

Contents?: true

Size: 647 Bytes

Versions: 2

Compression:

Stored size: 647 Bytes

Contents

# :stopdoc:
# Copyright (c) 2023 M.J.N. Corino, The Netherlands
#
# This software is released under the MIT license.
# :startdoc:


class Wx::PRT::PageSetupDialog

  # Returns (a copy of) the page setup data of the dialog.
  # @return [Wx::PRT::PageSetupDialogData] page setup data copy
  def get_page_setup_data; end
  alias :page_setup_data :get_page_setup_data

  # Updates the page setup data for the dialog.
  # @param [Wx::PRT::PageSetupDialogData] setup_data the page setup data to update the dialog with
  # @return [void]
  def set_page_setup_data(setup_data); end
  alias :page_setup_data= :set_page_setup_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/page_setup_dialog.rb
wxruby3-0.9.0-x64-mingw-ucrt lib/wx/doc/prt/page_setup_dialog.rb