Sha256: 82ff8c57acce479bde2497e0404acdb6bfac945cc0b6e0fda73ccdbe0cfe1ce3
Contents?: true
Size: 414 Bytes
Versions: 16
Compression:
Stored size: 414 Bytes
Contents
# Copyright (c) 2023 M.J.N. Corino, The Netherlands # # This software is released under the MIT license. module Wx::PRT # not a real dialog but let's be consistent def self.PageSetupDialog(*args, &block) dlg = PageSetupDialog.new(*args) begin block.call(dlg) if block_given? rescue Exception Wx.log_debug "#{$!}\n#{$!.backtrace.join("\n")}" raise end end end
Version data entries
16 entries across 16 versions & 1 rubygems