From 1f69a824fac4bf55bac00ea66060536657549421 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Mon, 5 Sep 2011 12:33:53 -0500 Subject: [PATCH] wrong super interface original commit: 67d17645c425509f99d57da752c08f68fbcafe99 --- collects/framework/private/frame.rkt | 2 +- collects/scribblings/framework/frame.scrbl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/collects/framework/private/frame.rkt b/collects/framework/private/frame.rkt index 856b7fde..9930c009 100644 --- a/collects/framework/private/frame.rkt +++ b/collects/framework/private/frame.rkt @@ -133,7 +133,7 @@ get-filename make-visible)) -(define focus-table<%> (interface ((class->interface frame%)))) +(define focus-table<%> (interface (top-level-window<%>))) (define focus-table-mixin (mixin (top-level-window<%>) (focus-table<%>) (inherit get-eventspace) diff --git a/collects/scribblings/framework/frame.scrbl b/collects/scribblings/framework/frame.scrbl index 7e5a16cc..1ffda924 100644 --- a/collects/scribblings/framework/frame.scrbl +++ b/collects/scribblings/framework/frame.scrbl @@ -163,7 +163,7 @@ } } -@definterface[frame:focus-table<%> (frame%)]{} +@definterface[frame:focus-table<%> (top-level-window<%>)]{} @defmixin[frame:focus-table-mixin (frame%) (frame:focus-table<%>)]{