Sha256: 132ed736df2fcc093e3f1bcdc7af9dfa2f6409215a72241afe60e140423e97bd
Contents?: true
Size: 432 Bytes
Versions: 7
Compression:
Stored size: 432 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
7 entries across 7 versions & 1 rubygems