diff --git a/collects/browser/browser.scrbl b/collects/browser/browser.scrbl index 6999666406..a1a4bf0de6 100644 --- a/collects/browser/browser.scrbl +++ b/collects/browser/browser.scrbl @@ -116,6 +116,10 @@ The @(litchar "MZSCHEME") forms are disabled unless the web page is a @; ---------------------------------------------------------------------- +@defclass[hyper-no-show-frame% (hyper-frame-mixin (frame:status-line-mixin frame:basic%)) ()] + +@; ---------------------------------------------------------------------- + @defmixin[hyper-no-show-frame-mixin (frame%) ()]{ The same as the @scheme[hyper-frame-mixin], except that it doesn't show the frame and the initialization arguments @@ -124,6 +128,10 @@ The @(litchar "MZSCHEME") forms are disabled unless the web page is a @; ---------------------------------------------------------------------- +@defclass[hyper-frame% (hyper-no-show-frame-mixin (frame:status-line-mixin frame:basic%)) ()] + +@; ---------------------------------------------------------------------- + @defmixin[hyper-text-mixin (text%) ()]{ An instance of a @scheme[hyper-text-mixin]-extended class @@ -395,6 +403,10 @@ The @(litchar "MZSCHEME") forms are disabled unless the web page is a @; ---------------------------------------------------------------------- +@defclass[hyper-panel% (hyper-panel-mixin vertical-panel%) ()] + +@; ---------------------------------------------------------------------- + @defproc[(editor->page [editor (is-a?/c text%)]) any/c]{ Creates a page record for the given editor, suitable for use with the @scheme[set-page] method of @@ -457,7 +469,7 @@ Imports @scheme[mred^], @scheme[tcp^], and @scheme[url^], and exports @defsignature[browser^ ()]{ -Includes all of the bindings of the @schememodname[browser/browser] +Includes all of the bindings of the @schememodname[browser] library.} @; ---------------------------------------------------------------------- diff --git a/collects/scribble/manual.ss b/collects/scribble/manual.ss index e298e026ec..fc1be7c1d9 100644 --- a/collects/scribble/manual.ss +++ b/collects/scribble/manual.ss @@ -1368,7 +1368,7 @@ (to-flow spacer) (to-flow spacer) (to-flow spacer)))] - [one-ok? (tagged+arg-width . < . 40)]) + [one-ok? (tagged+arg-width . < . 60)]) (list (make-table "prototype"