Sha256: 5fe4a7778c03b54b2f40f895a920aa6ad69ddc289a2ed074e30509efd526b684
Contents?: true
Size: 309 Bytes
Versions: 9
Compression:
Stored size: 309 Bytes
Contents
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
9 entries across 9 versions & 1 rubygems