added open-in-new-tab docs

svn: r17142
This commit is contained in:
Robby Findler 2009-12-01 18:09:29 +00:00
parent a9f964094a
commit cb56a1e604

View File

@ -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.