added open-in-new-tab docs
svn: r17142
This commit is contained in:
parent
a9f964094a
commit
cb56a1e604
|
@ -574,6 +574,11 @@ Shows the interactions window
|
||||||
Returns the currently active tab.
|
Returns the currently active tab.
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@defmethod[(open-in-new-tab [filename (or/c path-string? #f)]) void?]{
|
||||||
|
Opens a new tab in this frame. If @scheme[filename] is a @scheme[path-string?],
|
||||||
|
It loads that file in the definitions window of the new tab.
|
||||||
|
}
|
||||||
|
|
||||||
@defmethod[#:mode public-final (close-current-tab) void?]{
|
@defmethod[#:mode public-final (close-current-tab) void?]{
|
||||||
Closes the current tab, making some other tab visible.
|
Closes the current tab, making some other tab visible.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user