minor fixes
svn: r9934
This commit is contained in:
parent
275c9b83ab
commit
29322e6ccb
|
@ -222,7 +222,7 @@ returns the view menu, for use by the
|
||||||
See also
|
See also
|
||||||
@method[drscheme:frame:<%> add-show-menu-items].
|
@method[drscheme:frame:<%> add-show-menu-items].
|
||||||
|
|
||||||
The method (and others) uses the word {\tt show} to preserve
|
The method (and others) uses the word @tt{show} to preserve
|
||||||
backwards compatibility from when the menu itself was named
|
backwards compatibility from when the menu itself was named
|
||||||
the Show menu.
|
the Show menu.
|
||||||
|
|
||||||
|
|
|
@ -359,7 +359,7 @@ for important actions the user frequently executes.
|
||||||
A tool can add a button to this panel to make some new functionality
|
A tool can add a button to this panel to make some new functionality
|
||||||
easily accessible to the user.
|
easily accessible to the user.
|
||||||
|
|
||||||
See also mrlib's {\tt bitmap-label-maker}.
|
See also mrlib's @scheme[bitmap-label-maker].
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -392,11 +392,12 @@ Returns the result of
|
||||||
This method is provided so that tools can add
|
This method is provided so that tools can add
|
||||||
@scheme[area-container<%>]s to the drscheme frame. Override this method so that it
|
@scheme[area-container<%>]s to the drscheme frame. Override this method so that it
|
||||||
returns a child of the super-classes's result and insert new
|
returns a child of the super-classes's result and insert new
|
||||||
children inbetween.
|
children in between.
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@methimpl{
|
@methimpl{
|
||||||
|
|
||||||
First case:
|
First case:
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user