.
original commit: 1591a0ffe0ac0524ec3f9e50fe23750bb2fa8f9e
This commit is contained in:
parent
87aaa6e846
commit
ca0a970012
|
@ -5488,13 +5488,13 @@
|
|||
(set-bitmap bm)))))
|
||||
|
||||
(define post-script-dc%
|
||||
(class100 wx:post-script-dc% ([i? #t][parent #f])
|
||||
(class100 wx:post-script-dc% ([interactive? #t][parent #f][use-paper-bbox? #f])
|
||||
(sequence
|
||||
(check-top-level-parent/false '(constructor post-script-dc) parent)
|
||||
(as-entry
|
||||
(lambda ()
|
||||
(let ([p (and parent (mred->wx parent))])
|
||||
(as-exit (lambda () (super-init i? p)))))))))
|
||||
(as-exit (lambda () (super-init interactive? p use-paper-bbox?)))))))))
|
||||
|
||||
(define printer-dc%
|
||||
(class100 wx:printer-dc% ([parent #f])
|
||||
|
|
|
@ -401,7 +401,7 @@
|
|||
set-bitmap
|
||||
set-pixel
|
||||
get-pixel)
|
||||
(define-class post-script-dc% dc% ([interactive? #t] [parent #f]))
|
||||
(define-class post-script-dc% dc% ([interactive? #t] [parent #f] [use-paper-bbox? #f]))
|
||||
(define-class printer-dc% dc% ([parent #f]))
|
||||
(define-class event% object% ([time-stamp 0])
|
||||
get-time-stamp
|
||||
|
|
Loading…
Reference in New Issue
Block a user