fix browser docs
svn: r9390
This commit is contained in:
parent
6fcc293c4a
commit
6040202fb6
|
@ -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.}
|
||||
|
||||
@; ----------------------------------------------------------------------
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user