original commit: e38c5482fc06606118092ba2f9599766447bcc67
This commit is contained in:
Robby Findler 2000-12-04 23:30:59 +00:00
parent fd7d721f82
commit 79d491a5f3

View File

@ -534,9 +534,6 @@
[focus #f]
[target #f])
(public
[flush-resize-cache (entry-point (lambda () (set! last-width -1) (set! last-height -1)))])
(override
[enable
(lambda (b)
@ -3143,10 +3140,6 @@
[maximize (entry-point-1 (lambda (on?) (send wx maximize on?)))]
[get-menu-bar (entry-point (lambda () (let ([mb (ivar wx menu-bar)])
(and mb (wx->mred mb)))))])
(public
[flush-resize-cache (lambda () (send wx flush-resize-cache))])
(sequence
(as-entry
(lambda ()